summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5a729c76c53..cc3a6ff0c8f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nathan Monfils <nathan.monfils@hotmail.fr>
pkgname=fortune-mod-parks-and-recreation
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Parks and Recreation fortune cookie file"
url="https://en.wikiquote.org/wiki/Parks_and_Recreation_(season_7)"
@@ -9,14 +9,12 @@ arch=('any')
license=('unknown')
depends=('fortune-mod')
groups=('fortune-mods')
-source=(parks-and-recreation.1-3 parks-and-recreation.4-7)
-md5sums=('df9af1e1bb0ea8f5495337322d59418b' '68f6269ae1ea7d253190beda7f59616b')
+source=(parks-and-recreation)
+md5sums=('afe5beafb90a0ccfdd570f3add836f64')
build() {
cd "$srcdir"
- # The file had to be split in two due to the AUR's 256 KB file limitation (total is 257 KB)
- cat parks-and-recreation.1-3 parks-and-recreation.4-7 > parks-and-recreation
strfile parks-and-recreation parks-and-recreation.dat
}