summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e9211d91399..55234cf819ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fortune-mod-hitchhiker
pkgdesc = Collection of quotes (fortune cookies) from Douglas Adams' famous Hitchhikers Guide to the Galaxy
pkgver = 20050611
- pkgrel = 2
+ pkgrel = 3
url = https://www.splitbrain.org/projects/fortunes/hg2g
arch = any
license = unknown
depends = fortune-mod
source = https://www.splitbrain.org/_media/projects/fortunes/fortune-hitchhiker.tgz
- sha512sums = a4f4a99c33764e6d4ec823a57f9d2d40168ddf3cb9506e85fb0f6f10b11673abd76d02e9af8a95926ba758a28fbbe895a427b40c36bd31bc43252c4e6dd610b0
+ sha256sums = 1cf64726d274e2d0e48d7dc92716c7401908f476e17f03a3420126025bafcf99
pkgname = fortune-mod-hitchhiker
diff --git a/PKGBUILD b/PKGBUILD
index 61d96a02ef54..4d328caeb933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,13 @@
pkgname=fortune-mod-hitchhiker
pkgver=20050611
-pkgrel=2
+pkgrel=3
pkgdesc="Collection of quotes (fortune cookies) from Douglas Adams' famous Hitchhikers Guide to the Galaxy"
url="https://www.splitbrain.org/projects/fortunes/hg2g"
arch=('any')
license=('unknown')
depends=('fortune-mod')
source=(https://www.splitbrain.org/_media/projects/fortunes/fortune-hitchhiker.tgz)
-sha512sums=('a4f4a99c33764e6d4ec823a57f9d2d40168ddf3cb9506e85fb0f6f10b11673abd76d02e9af8a95926ba758a28fbbe895a427b40c36bd31bc43252c4e6dd610b0')
pkgver() {
date -ur "${srcdir?}/fortune-hitchhiker/hitchhiker" '+%Y%m%d'
@@ -29,3 +28,5 @@ package() {
install -Dm 644 -t "${pkgdir?}/usr/share/fortune" \
"${srcdir?}/fortune-hitchhiker/hitchhiker"*
}
+
+sha256sums=('1cf64726d274e2d0e48d7dc92716c7401908f476e17f03a3420126025bafcf99')