summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Biondi2020-08-30 19:10:31 +0200
committerMattia Biondi2020-08-30 19:10:31 +0200
commit7d1b884850e1d8fb812764c0cfc4a01f4d9dbf2a (patch)
tree42069bd7774dfa3f617aed2fb7cfab08fe982449
parentbc656a4ac5928cb37912a50669fb77c04522a0a4 (diff)
downloadaur-7d1b884850e1d8fb812764c0cfc4a01f4d9dbf2a.tar.gz
Update checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9bc9e172d22..0dc475564c21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = umps3
pkgdesc = Virtual machine simulator based around the MIPS R2/3000 microprocessor.
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/virtualsquare/umps3
arch = x86_64
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = umps3
optdepends = cross-mipsel-linux-gnu-gcc: compile programs for µMPS
conflicts = umps3-git
source = umps3-3.0.1.tar.gz::https://github.com/virtualsquare/umps3/archive/v3.0.1.tar.gz
- sha256sums = 045bdca958d16a951ddcacf23f59ec2f7d0fafaf775adcd10e828a7b3d11f523
+ sha256sums = 0f3072ac6295f58f9980d43f0dd3991771ebe6b1cd1d1c55b08323b06edac674
pkgname = umps3
diff --git a/PKGBUILD b/PKGBUILD
index fccd648199e7..30417976a97b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _name=umps
_ver=3
pkgname=$_name$_ver
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual machine simulator based around the MIPS R2/3000 microprocessor."
arch=('x86_64')
url="https://github.com/virtualsquare/umps3"
@@ -12,7 +12,7 @@ makedepends=('cmake' 'qt5-base' 'libelf' 'boost' 'libsigc++' 'cross-mipsel-linux
optdepends=('cross-mipsel-linux-gnu-gcc: compile programs for µMPS')
conflicts=('umps3-git')
source=("$pkgname-$pkgver.tar.gz::${url}/archive/v$pkgver.tar.gz")
-sha256sums=('045bdca958d16a951ddcacf23f59ec2f7d0fafaf775adcd10e828a7b3d11f523')
+sha256sums=('0f3072ac6295f58f9980d43f0dd3991771ebe6b1cd1d1c55b08323b06edac674')
build() {
cmake -B build -S $pkgname-$pkgver -DCMAKE_BUILD_TYPE=Release