Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
emptyepsilon


Commits:
2cd0df5d by Levente Polyak at 2024-05-21T23:02:43+02:00
nvchecker: add config

- - - - -
5846502a by Levente Polyak at 2024-05-21T23:16:59+02:00
upgpkg: 2024.05.16-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = emptyepsilon
        pkgdesc = Open source spaceship bridge simulator
-       pkgver = 2023.06.17
-       pkgrel = 2
+       pkgver = 2024.05.16
+       pkgrel = 1
        url = https://github.com/daid/EmptyEpsilon
        arch = x86_64
        license = GPL2
@@ -15,11 +15,11 @@ pkgbase = emptyepsilon
        depends = glibc
        depends = gcc-libs
        depends = sdl2
-       source = git+https://github.com/daid/EmptyEpsilon.git#tag=EE-2023.06.17
-       source = git+https://github.com/daid/SeriousProton.git#tag=EE-2023.06.17
+       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 = gcc12.patch
-       sha512sums = SKIP
-       sha512sums = SKIP
+       sha512sums = 
4f9ed5a7f74d645737044afd98020bfc84730104cee055fff789163b2d4078de509a42e4429a7a749fe786eb8f8391f8144b9491dfdd2851160a04625a422aae
+       sha512sums = 
34772188fd0df55e1973b12d810df7f94152ed6b51d2e0ec62959bf06500fffb3e0ea4b7bbde82fd76350edcaa7d508a3294515e167f23fdaebea2e4df089b3a
        sha512sums = 
479b76b604b4a4fc8152da11775533b8d56eb4bfd688a28ea6c64a39bfe40e5d365ee035f34cf3fa2cfa16d877cb5324bd2b911270e19f55e77d60386b08ed13
 
 pkgname = emptyepsilon


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[emptyepsilon]
+source = "git"
+git = "https://github.com/daid/EmptyEpsilon.git";
+from_pattern = "EE-(.+)"
+to_pattern = "\\1"


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Mewp <aur.archlinux....@mewp.pl>
 
 pkgname=emptyepsilon
-pkgver=2023.06.17
-pkgrel=2
+pkgver=2024.05.16
+pkgrel=1
 pkgdesc='Open source spaceship bridge simulator'
 url='https://github.com/daid/EmptyEpsilon'
 arch=('x86_64')
@@ -13,8 +13,8 @@ makedepends=('git' 'cmake' '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=('SKIP'
-            'SKIP'
+sha512sums=('4f9ed5a7f74d645737044afd98020bfc84730104cee055fff789163b2d4078de509a42e4429a7a749fe786eb8f8391f8144b9491dfdd2851160a04625a422aae'
+            
'34772188fd0df55e1973b12d810df7f94152ed6b51d2e0ec62959bf06500fffb3e0ea4b7bbde82fd76350edcaa7d508a3294515e167f23fdaebea2e4df089b3a'
             
'479b76b604b4a4fc8152da11775533b8d56eb4bfd688a28ea6c64a39bfe40e5d365ee035f34cf3fa2cfa16d877cb5324bd2b911270e19f55e77d60386b08ed13')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emptyepsilon/-/compare/4c5cfc914af3dcaf52dbd3300c62b41d97fee89d...5846502a31460e8e2ef0ea8f5dc3b59817db092f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emptyepsilon/-/compare/4c5cfc914af3dcaf52dbd3300c62b41d97fee89d...5846502a31460e8e2ef0ea8f5dc3b59817db092f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to