summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2017-09-21 12:43:51 +0300
committerPerttu Luukko2017-09-21 12:43:51 +0300
commit2d844e1f9e51a7dcc8993391ed688d6e5f9bc96a (patch)
tree08de50bf24bc7ef530849982b7827d71774dfb9a /PKGBUILD
parentb565ab9576760cbd638da06827dd74424e117e5b (diff)
downloadaur-2d844e1f9e51a7dcc8993391ed688d6e5f9bc96a.tar.gz
Update version numbering scheme
According to a minor note in the ADOM blog [1] upstream has switched back to the X.Y.Z scheme intentionally and plan to stick with it for now. [1] http://www.ancientdomainsofmystery.com/2017/09/adom-230-r73-released-to-prerelease.html
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf4a1ff4d0d0..eac625417f6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ _password=
DLAGENTS=("http::/usr/bin/wget --user ${_username} --password ${_password} %u")
pkgname=adom-restricted
-pkgver=75
-_ver=2.3.2
+epoch=1
+pkgver=2.3.2
pkgrel=1
pkgdesc="A roguelike game with a quest-centric, plot driven structure"
arch=("i686" "x86_64" "armv6h")
@@ -22,11 +22,11 @@ depends=("ncurses5-compat-libs")
url="http://www.adom.de/"
license=('custom: "adom"')
-_source_url="http://www.ancardia.com/secure/download/${_ver}"
+_source_url="http://www.ancardia.com/secure/download/${pkgver}"
source=(LICENSE)
-source_i686=(${_source_url}/adom_linux_debian_32_${_ver}.tar.gz)
-source_x86_64=(${_source_url}/adom_linux_debian_64_${_ver}.tar.gz)
-source_armv6h=(${_source_url}/adom_linux_arm_${_ver}.tar.gz)
+source_i686=(${_source_url}/adom_linux_debian_32_${pkgver}.tar.gz)
+source_x86_64=(${_source_url}/adom_linux_debian_64_${pkgver}.tar.gz)
+source_armv6h=(${_source_url}/adom_linux_arm_${pkgver}.tar.gz)
sha1sums=('51d28fe3f0420cd354113fd7ceb2a1a7abf1b069')
sha1sums_i686=('0e565a576ad778b545b3289ed119d96493290c0d')