summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {