summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Straube2024-02-13 12:12:12 +0100
committerMarc Straube2024-02-13 12:12:12 +0100
commit435c6af3c70509f0bc1b72448d00ee2565bb6813 (patch)
treeed3ab734c229c6258912abcee93a9cdc0b5ceb86
parentc8585215f52bc11c65d30552bfd64ac425d92639 (diff)
downloadaur-hearse.tar.gz
Update URL to original site, again.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6742493a4db7..6a9e0ad6a5aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hearse
pkgdesc = Nethack online bones file exchanger
pkgver = 1.5
- pkgrel = 6
+ pkgrel = 7
url = http://hearse.krollmark.com/
install = hearse.install
arch = i686
@@ -9,7 +9,7 @@ pkgbase = hearse
license = GPL
depends = perl-libwww
options = !emptydirs
- source = https://web.archive.org/web/20220524055801/http://www.argon.org/~roderick/hearse/dist/hearse-1.5.tar.gz
+ source = http://www.argon.org/~roderick/hearse/dist/hearse-1.5.tar.gz
source = hearse.patch
md5sums = 4c022342d3f75af3b70a3e07e8e82ee0
md5sums = 7227c09106d43ff2c29f538b93ca2fde
diff --git a/PKGBUILD b/PKGBUILD
index dae594d6d976..a34779f49943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,17 @@
pkgname=hearse
pkgver=1.5
-pkgrel=6
+pkgrel=7
pkgdesc="Nethack online bones file exchanger"
arch=('i686' 'x86_64')
url="http://hearse.krollmark.com/"
license=('GPL')
depends=('perl-libwww')
-source=("https://web.archive.org/web/20220524055801/http://www.argon.org/~roderick/hearse/dist/$pkgname-$pkgver.tar.gz"
- "$pkgname.patch")
+source=(
+ "http://www.argon.org/~roderick/hearse/dist/$pkgname-$pkgver.tar.gz"
+# "https://web.archive.org/web/20220524055801/http://www.argon.org/~roderick/hearse/dist/$pkgname-$pkgver.tar.gz"
+ "$pkgname.patch"
+)
options=(!emptydirs)
install=hearse.install
md5sums=('4c022342d3f75af3b70a3e07e8e82ee0'