summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2017-09-21 12:43:51 +0300
committerPerttu Luukko2017-09-21 12:43:51 +0300
commit2d844e1f9e51a7dcc8993391ed688d6e5f9bc96a (patch)
tree08de50bf24bc7ef530849982b7827d71774dfb9a
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
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e98810ba452..e5e2e8c838b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Sep 21 09:35:01 UTC 2017
+# Thu Sep 21 09:42:59 UTC 2017
pkgbase = adom-restricted
pkgdesc = A roguelike game with a quest-centric, plot driven structure
- pkgver = 75
+ pkgver = 2.3.2
pkgrel = 1
+ epoch = 1
url = http://www.adom.de/
arch = i686
arch = x86_64
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')