summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2016-06-16 16:14:57 +0300
committerPerttu Luukko2016-06-16 16:14:57 +0300
commit2ada9761e7521ba8c523cd617be84f641f7081c7 (patch)
treef8201ccfe2e809c881cde470c2596c96138d7a34 /PKGBUILD
parente65c35e6ddd2e2cac6ec68516db64eeb09cf1757 (diff)
downloadaur-2ada9761e7521ba8c523cd617be84f641f7081c7.tar.gz
Remove 'provides' and use stable download link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0ee0cde76d6..559479950c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,16 +13,15 @@ DLAGENTS=("http::/usr/bin/wget --user ${_username} --password ${_password} %u")
pkgname=adom-restricted
pkgver=65
-pkgrel=1
+pkgrel=2
pkgdesc="A roguelike game with a quest-centric, plot driven structure"
arch=("i686" "x86_64" "armv6h")
conflicts=("adom")
-provides=("adom")
depends=("ncurses5-compat-libs")
url="http://www.adom.de/"
license=('custom: "adom"')
-_source_url="http://www.ancardia.com/secure/download/current"
+_source_url="http://www.ancardia.com/secure/download/r${pkgver}"
source=(LICENSE)
source_i686=(${_source_url}/adom_linux_debian_32_r${pkgver}.tar.gz)
source_x86_64=(${_source_url}/adom_linux_debian_64_r${pkgver}.tar.gz)