aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2020-01-04 15:45:37 -0600
committerJordan Day2020-01-04 15:45:37 -0600
commitcde9c6dbc94fa08c8f873d2701a93ccc5704ef4a (patch)
treef170f26c7aa1f5aa265be82a17bdbbd73a595fbe
parent1905c76a74b257d4944100c5bf94ecccc2b5ac6e (diff)
downloadaur-cde9c6dbc94fa08c8f873d2701a93ccc5704ef4a.tar.gz
SHA256
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8fc5bf49737..2850631b79d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = siddasm
pkgdesc = Written by Gufino, this program produces disassembler output of .SID music files, so that you'll be able to see the musicroutine code.
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://cadaver.homeftp.net/tools.htm
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = siddasm
provides = siddasm
source = https://cadaver.github.io/tools/siddasm1.tar.gz
md5sums = f73d5109a777a09751c7e742a39551a9
+ sha256sums = 2618b5596195f0bdb04ec914cb41fef0b43520ad1a386b22aa00387d48894c76
pkgname = siddasm
diff --git a/PKGBUILD b/PKGBUILD
index 078bbb43919e..e9885631aac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=siddasm
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Written by Gufino, this program produces disassembler output of .SID music files, so that you'll be able to see the musicroutine code."
arch=('i686' 'x86_64')
url="http://cadaver.homeftp.net/tools.htm"
@@ -10,6 +10,7 @@ source=(https://cadaver.github.io/tools/siddasm1.tar.gz)
license=('custom')
provides=("$pkgname")
makedepends=('gcc')
+sha256sums=('2618b5596195f0bdb04ec914cb41fef0b43520ad1a386b22aa00387d48894c76')
build() {
cd "$srcdir"