summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2019-05-13 23:44:04 +0200
committerEmanuele 'Lele' Calo2019-05-13 23:44:04 +0200
commit97ac232af373b94fe571c904e5f355cc8afdb42b (patch)
treeb0c9475af2bf8fc276fd037861b7096cd749b57b
parentfc3825b27042a7402a4ce9dffbc185b905811bf8 (diff)
downloadaur-97ac232af373b94fe571c904e5f355cc8afdb42b.tar.gz
Fixed 3.3.3 new updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebe25e2d0bfd..814679a8dad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adom-noteye
pkgdesc = A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam
pkgver = 3.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.adom.de/
arch = x86_64
license = custom:adom
@@ -18,10 +18,10 @@ pkgbase = adom-noteye
conflicts = adom
conflicts = adom-restricted
conflicts = adom-noteye
- source_x86_64 = https://repo.sshadm.in/archlinux/eldios/x86_64/adom_noteye_64_3.3.3.tar.gz
+ source_x86_64 = https://repo.sshadm.in/archlinux/eldios/x86_64/adom_noteye_64_3.3.3.tar.xz
source_x86_64 = https://repo.sshadm.in/archlinux/eldios/common/adom.sh
source_x86_64 = https://repo.sshadm.in/archlinux/eldios/common/LICENSE
- sha256sums_x86_64 = 5cec393dd95db14bbcc0e5df4b33009defff7c3a4eb75571d7906a14ce598df9
+ sha256sums_x86_64 = 627ac9f45ded291bcf8cf3b4e3dd5be44eebd0f71b4c4d8b4c1229bd78f55679
sha256sums_x86_64 = ffd19a5088bc63dffe386b4052f29b2194ab50c5b01ca1f574cfc51225a8afa8
sha256sums_x86_64 = d0b08609c52ab96fb1083b2b0eea3d022549c59c87b793a140f5dfa56099544b
diff --git a/PKGBUILD b/PKGBUILD
index fcd099ad0fbc..c070bc600578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=adom-noteye
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam"
arch=("x86_64")
url="http://www.adom.de/"
@@ -14,14 +14,14 @@ _repo_url="https://repo.sshadm.in/archlinux/eldios"
license=('custom:adom')
source_x86_64=(
- "${_repo_url}/${arch}/adom_noteye_64_${pkgver}.tar.gz"
+ "${_repo_url}/${arch}/adom_noteye_64_${pkgver}.tar.xz"
"${_repo_url}/common/adom.sh"
"${_repo_url}/common/LICENSE"
)
# PACKAGES
sha256sums_x86_64=(
- '5cec393dd95db14bbcc0e5df4b33009defff7c3a4eb75571d7906a14ce598df9'
+ '627ac9f45ded291bcf8cf3b4e3dd5be44eebd0f71b4c4d8b4c1229bd78f55679'
'ffd19a5088bc63dffe386b4052f29b2194ab50c5b01ca1f574cfc51225a8afa8'
'd0b08609c52ab96fb1083b2b0eea3d022549c59c87b793a140f5dfa56099544b'
)