summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormattiabiondi2018-11-11 01:42:18 +0100
committermattiabiondi2018-11-11 01:42:18 +0100
commit1b7661a2b7b32bef4d5f876afdb0d8e8a6042f4b (patch)
treec78d9d7bd0010d174525ad84c870061d16921b58
parent89d0e616455e576c8739e6e0bb9bed6ae339f5b4 (diff)
downloadaur-1b7661a2b7b32bef4d5f876afdb0d8e8a6042f4b.tar.gz
fixed source
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01a33c2d83b..86d8e9e053eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,8 @@ pkgbase = umps
depends = libelf
depends = boost
depends = libsigc++
- source = git+https://github.com/tjonjic/umps
+ source = umps-2.0.1.tar.gz::https://github.com/tjonjic/umps/archive/master.tar.gz
+ md5sums = SKIP
pkgname = umps
diff --git a/PKGBUILD b/PKGBUILD
index ef26b1833dcd..7ccff93b2adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="http://mps.sourceforge.net/"
license=('GPL2')
depends=('qt4' 'libelf' 'boost' 'libsigc++')
makedepends=('git' 'libtool' 'm4' 'automake' 'autoconf')
-source=("git+https://github.com/tjonjic/umps")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tjonjic/umps/archive/master.tar.gz")
+md5sums=('SKIP')
build() {
libtoolize --force