summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTilman Blumenbach2016-11-07 17:17:57 +0100
committerTilman Blumenbach2016-11-07 17:17:57 +0100
commit0f435fcd0c31b953d8a265829c9a90d920d67a8a (patch)
tree65cb44d9214f0a26fa3d0e4a2760b06e554c08a0 /PKGBUILD
parenta9140b8f757252a74f229451ad68cfdb73bb525f (diff)
downloadaur-0f435fcd0c31b953d8a265829c9a90d920d67a8a.tar.gz
Revert all the misguided pacaur workarounds.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13650ee44248..87da450138f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='fortune-mod-bofh-excuses'
pkgver=20121125.190600
-pkgrel=4
+pkgrel=5
pkgdesc='BOFH excuses fortune cookie files'
arch=('any')
url='http://www.cs.wisc.edu/~ballard/bofh/'
depends=('fortune-mod')
-makedepends=('curl' 'pkgbuild-introspection')
+makedepends=('curl')
groups=('fortune-mods')
license=('Public domain')
@@ -57,14 +57,6 @@ build()
package()
{
- # XXX: Super ugly hotfix for pacaur apparently generating .SRCINFO _before_ pkgver() is run
- # (therefore, it may contain invalid information).
- if [ -f "${startdir}/.SRCINFO" ]; then
- cd "${startdir}"
- mksrcinfo
- fi
-
-
cd "${srcdir}"
install -D -m644 bofh-excuses "${pkgdir}/usr/share/fortune/bofh-excuses"