summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormattiabiondi2018-11-11 01:37:21 +0100
committermattiabiondi2018-11-11 01:37:21 +0100
commit89d0e616455e576c8739e6e0bb9bed6ae339f5b4 (patch)
tree27981206d325c6e1be3f23a37aeeb358e24f77e2
parent93d4f18b08ef2dddbb5013dbae93ede8fb719f7c (diff)
downloadaur-89d0e616455e576c8739e6e0bb9bed6ae339f5b4.tar.gz
fixed source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25dc0f6eb0cd..c01a33c2d83b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = umps-git
+pkgbase = umps
pkgdesc = Virtual machine simulator based around the MIPS R2/3000 microprocessor.
pkgver = 2.0.1
pkgrel = 1
@@ -16,5 +16,5 @@ pkgbase = umps-git
depends = libsigc++
source = git+https://github.com/tjonjic/umps
-pkgname = umps-git
+pkgname = umps
diff --git a/PKGBUILD b/PKGBUILD
index 60ed8df65a9d..ef26b1833dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
# Maintainer: Mattia Biondi <mattia dot biondi3 at studio dot unibo dot it>
-_pkgname=umps
-pkgname="$_pkgname"-git
+pkgname=umps
pkgver=2.0.1
pkgrel=1
pkgdesc="Virtual machine simulator based around the MIPS R2/3000