summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Fishburn2017-11-28 11:27:56 -0500
committerFrank Fishburn2017-11-28 11:27:56 -0500
commit45df80b64bb9e258de3ea841c9e0d25eb5ebbeb9 (patch)
treea3a8d56ec6391b12c7ee353a2fd15981e504d294
parent4e12e1c1ce5fc95d5ec6df44dbedea3ee129870c (diff)
downloadaur-45df80b64bb9e258de3ea841c9e0d25eb5ebbeb9.tar.gz
Fix download URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f23687967e..ac51614b2ab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = spm12
arch = x86_64
license = GPL2
makedepends = make
- source = spm12-r7219.tar.gz::https://github.com/spm/spm12/archive/spm12-r7219.tar.gz
+ source = spm12-r7219.tar.gz::https://github.com/spm/spm12/archive/r7219.tar.gz
sha256sums = 421e337c8685b0c2cfb43802459c4edd7cc322749ffbccdf68ee2e99b95ef843
pkgname = spm12
diff --git a/PKGBUILD b/PKGBUILD
index 503bfe4fe44e..ffb0dde4cbda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ arch=('i686' 'x86_64')
url="http://www.fil.ion.ucl.ac.uk/spm/"
license=('GPL2')
makedepends=(make)
-source=("${pkgname}-r${pkgver}.tar.gz::https://github.com/spm/${pkgname}/archive/${pkgname}-r${pkgver}.tar.gz")
+source=("${pkgname}-r${pkgver}.tar.gz::https://github.com/spm/${pkgname}/archive/r${pkgver}.tar.gz")
sha256sums=('421e337c8685b0c2cfb43802459c4edd7cc322749ffbccdf68ee2e99b95ef843')
prepare() {