summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2015-07-22 08:56:22 +0300
committerPerttu Luukko2015-07-22 08:56:22 +0300
commita7cdb12a6aad40444d9388aea5ff0e1c9d986462 (patch)
tree416e8e56525026f0e795c66b43d3fc0624608299
parent14fceca164a95083e9cbaa139bceae36c0cb9180 (diff)
downloadaur-a7cdb12a6aad40444d9388aea5ff0e1c9d986462.tar.gz
Update to R58
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ccc84c25d55..25b243a50ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adom-restricted
pkgdesc = A roguelike game with a quest-centric, plot driven structure
- pkgver = 57
- pkgrel = 2
+ pkgver = 58
+ pkgrel = 1
url = http://www.adom.de/
arch = i686
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = adom-restricted
depends = ncurses
provides = adom
conflicts = adom
- source = http://www.ancardia.com/secure/download/current/adom_linux_debian_32_r57.tar.gz
+ source = http://www.ancardia.com/secure/download/current/adom_linux_debian_32_r58.tar.gz
source = LICENSE
- sha1sums = d4bcb519ff13c304d0f0a3c46c11258f4dff9ff2
+ sha1sums = 4aa867795043a88d04c7fcf2a72aa302cc9f3c63
sha1sums = 51d28fe3f0420cd354113fd7ceb2a1a7abf1b069
pkgname = adom-restricted
diff --git a/PKGBUILD b/PKGBUILD
index ef48c94f4e6a..0d0730cc2871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ _password=
DLAGENTS=("http::/usr/bin/wget --user ${_username} --password ${_password} %u")
pkgname=adom-restricted
-pkgver=57
-pkgrel=2
+pkgver=58
+pkgrel=1
pkgdesc="A roguelike game with a quest-centric, plot driven structure"
arch=('i686' 'x86_64' 'armv6h')
conflicts=('adom')
@@ -24,16 +24,15 @@ license=('custom: "adom"')
sha1sums=('' '51d28fe3f0420cd354113fd7ceb2a1a7abf1b069')
if [ "$CARCH" = x86_64 ]
then
- _arch_link='ubuntu_64'
- sha1sums[0]='47bf8c7790c0e7b63a8a04c6c37e2b0df0ba052b'
- depends+=('libtinfo')
+ _arch_link='debian_64'
+ sha1sums[0]='ff6e73bf084992fbbf4730d4aa5cf21d9b132391'
elif [ "$CARCH" = 'armv6h' ]
then
_arch_link='arm'
- sha1sums[0]='343ee4b8617603c8b065e19ddf01099030b8b03c'
+ sha1sums[0]='e61fbb507c4d8c30ced3c8b4c99ea06db3b45c41'
else
_arch_link='debian_32'
- sha1sums[0]='d4bcb519ff13c304d0f0a3c46c11258f4dff9ff2'
+ sha1sums[0]='4aa867795043a88d04c7fcf2a72aa302cc9f3c63'
fi