summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormattiabiondi2018-11-11 01:35:04 +0100
committermattiabiondi2018-11-11 01:35:04 +0100
commit93d4f18b08ef2dddbb5013dbae93ede8fb719f7c (patch)
treeaf20193c244586288fa2715f7c407565e958f9b0
parent2f39a4287fae859fc266d85ff48d91eb300896a7 (diff)
downloadaur-93d4f18b08ef2dddbb5013dbae93ede8fb719f7c.tar.gz
fixed source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b550176f499f..25dc0f6eb0cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = umps
+pkgbase = umps-git
pkgdesc = Virtual machine simulator based around the MIPS R2/3000 microprocessor.
pkgver = 2.0.1
pkgrel = 1
@@ -14,7 +14,7 @@ pkgbase = umps
depends = libelf
depends = boost
depends = libsigc++
- source = umps-2.0.1.tar.gz::https://github.com/tjonjic/umps/archive/master.tar.gz
+ source = git+https://github.com/tjonjic/umps
-pkgname = umps
+pkgname = umps-git
diff --git a/PKGBUILD b/PKGBUILD
index 1cdfe6c76986..60ed8df65a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Mattia Biondi <mattia dot biondi3 at studio dot unibo dot it>
-pkgname=umps
+_pkgname=umps
+pkgname="$_pkgname"-git
pkgver=2.0.1
pkgrel=1
pkgdesc="Virtual machine simulator based around the MIPS R2/3000
@@ -9,7 +10,7 @@ url="http://mps.sourceforge.net/"
license=('GPL2')
depends=('qt4' 'libelf' 'boost' 'libsigc++')
makedepends=('git' 'libtool' 'm4' 'automake' 'autoconf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tjonjic/umps/archive/master.tar.gz")
+source=("git+https://github.com/tjonjic/umps")
build() {
libtoolize --force