Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
emptyepsilon
Commits:
67a7f9bd by Levente Polyak at 2024-09-08T19:43:43+02:00
upgpkg: 2024.08.09-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,25 +1,26 @@
pkgbase = emptyepsilon
pkgdesc = Open source spaceship bridge simulator
- pkgver = 2024.05.16
+ pkgver = 2024.08.09
pkgrel = 1
url = https://github.com/daid/EmptyEpsilon
arch = x86_64
- license = GPL2
- makedepends = git
+ license = GPL-2.0-or-later
makedepends = cmake
+ makedepends = git
makedepends = mesa
makedepends = python
+ depends = gcc-libs
+ depends = glibc
+ depends = hicolor-icon-theme
depends = libglvnd
depends = libx11
depends = libxrandr
- depends = glibc
- depends = gcc-libs
depends = sdl2
- source = git+https://github.com/daid/EmptyEpsilon.git#tag=EE-2024.05.16
- source = git+https://github.com/daid/SeriousProton.git#tag=EE-2024.05.16
+ source = git+https://github.com/daid/EmptyEpsilon.git#tag=EE-2024.08.09
+ source = git+https://github.com/daid/SeriousProton.git#tag=EE-2024.08.09
source = gcc12.patch
- sha512sums =
4f9ed5a7f74d645737044afd98020bfc84730104cee055fff789163b2d4078de509a42e4429a7a749fe786eb8f8391f8144b9491dfdd2851160a04625a422aae
- sha512sums =
34772188fd0df55e1973b12d810df7f94152ed6b51d2e0ec62959bf06500fffb3e0ea4b7bbde82fd76350edcaa7d508a3294515e167f23fdaebea2e4df089b3a
+ sha512sums =
97f87e43ddbf6e6697c89074f6397d3c1bd00981d13473bd843586ce8587930c30633f3c8ac5e4ed9917986f6ecbae5a3487f95750aeb0786230e28fa0b6f7cc
+ sha512sums =
84779b98ff949250cf1a151de7a565763805c9fb3b420ea80d79e37771090206c3aa71946aad30c09a391f1b41bfe1ccd1b65de2c61ed35f93e8884bba3c8422
sha512sums =
479b76b604b4a4fc8152da11775533b8d56eb4bfd688a28ea6c64a39bfe40e5d365ee035f34cf3fa2cfa16d877cb5324bd2b911270e19f55e77d60386b08ed13
pkgname = emptyepsilon
=====================================
PKGBUILD
=====================================
@@ -2,19 +2,32 @@
# Contributor: Mewp <[email protected]>
pkgname=emptyepsilon
-pkgver=2024.05.16
+pkgver=2024.08.09
pkgrel=1
pkgdesc='Open source spaceship bridge simulator'
url='https://github.com/daid/EmptyEpsilon'
-arch=('x86_64')
-license=('GPL2')
-depends=('libglvnd' 'libx11' 'libxrandr' 'glibc' 'gcc-libs' 'sdl2')
-makedepends=('git' 'cmake' 'mesa' 'python')
+arch=(x86_64)
+license=(GPL-2.0-or-later)
+depends=(
+ gcc-libs
+ glibc
+ hicolor-icon-theme
+ libglvnd
+ libx11
+ libxrandr
+ sdl2
+)
+makedepends=(
+ cmake
+ git
+ mesa
+ python
+)
source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-${pkgver}"
"git+https://github.com/daid/SeriousProton.git#tag=EE-${pkgver}"
gcc12.patch)
-sha512sums=('4f9ed5a7f74d645737044afd98020bfc84730104cee055fff789163b2d4078de509a42e4429a7a749fe786eb8f8391f8144b9491dfdd2851160a04625a422aae'
-
'34772188fd0df55e1973b12d810df7f94152ed6b51d2e0ec62959bf06500fffb3e0ea4b7bbde82fd76350edcaa7d508a3294515e167f23fdaebea2e4df089b3a'
+sha512sums=('97f87e43ddbf6e6697c89074f6397d3c1bd00981d13473bd843586ce8587930c30633f3c8ac5e4ed9917986f6ecbae5a3487f95750aeb0786230e28fa0b6f7cc'
+
'84779b98ff949250cf1a151de7a565763805c9fb3b420ea80d79e37771090206c3aa71946aad30c09a391f1b41bfe1ccd1b65de2c61ed35f93e8884bba3c8422'
'479b76b604b4a4fc8152da11775533b8d56eb4bfd688a28ea6c64a39bfe40e5d365ee035f34cf3fa2cfa16d877cb5324bd2b911270e19f55e77d60386b08ed13')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emptyepsilon/-/commit/67a7f9bdfac583f903088c9ebc3c34aa48568071
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emptyepsilon/-/commit/67a7f9bdfac583f903088c9ebc3c34aa48568071
You're receiving this email because of your account on gitlab.archlinux.org.