summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302021-04-06 10:54:48 +0200
committerM0Rf302021-04-06 10:54:48 +0200
commite3486c2c17c78d059fdbf501cd93297672e5a54c (patch)
tree4f60a7e83f6a168fc3a560833656baad3b516eaf /PKGBUILD
parentf8a934b651bc223f0e4ce3c69188d2c29830c342 (diff)
downloadaur-e3486c2c17c78d059fdbf501cd93297672e5a54c.tar.gz
devilutionx: 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f01910c5ae9e..9ede9f1aa7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: robertfoster
# Contributor: LIN Rs <LinRs[d]users.noreply.github.com>
# Contributor: yochananmarqos <mark.wagie at tutanota dot com>
+
_pkgname=devilutionX
pkgname=devilutionx
pkgver=1.2.0
@@ -13,7 +14,7 @@ depends=('graphite' 'libsodium' 'sdl2_mixer' 'sdl2_ttf')
makedepends=('cmake' 'gcc-libs')
install="${pkgname}".install
options=('strip')
-source=("https://github.com/diasurgical/devilutionX/archive/${pkgver}.tar.gz")
+source=("${url}/archive/${pkgver}.tar.gz")
prepare() {
cd "${srcdir}/${_pkgname}-$pkgver"