aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2850631b79d8..d1a04c9d0f3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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 = 3
- url = http://cadaver.homeftp.net/tools.htm
+ pkgrel = 4
+ url = https://cadaver.github.io/tools
arch = i686
arch = x86_64
license = custom
diff --git a/.gitignore b/.gitignore
index a186f1b1ab91..f615b8a32aed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ pkg/*
src/*
*.xz
*.gz
+sid*
diff --git a/PKGBUILD b/PKGBUILD
index e9885631aac8..c5f2fc10ca5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=siddasm
pkgver=1.0
-pkgrel=3
+pkgrel=4
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"
+url="https://cadaver.github.io/tools"
source=(https://cadaver.github.io/tools/siddasm1.tar.gz)
license=('custom')
provides=("$pkgname")