summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBundy012023-06-02 01:25:50 +0000
committerBundy012023-06-02 01:25:50 +0000
commit3f9ac0a02d97779969955ebf491ea449bd3596b5 (patch)
tree138e0859d8fdc97978567c5dcb030c4d86bd36e6
parent91eaa82b5564807d5a953ac9a21aa1489fb82036 (diff)
downloadaur-3f9ac0a02d97779969955ebf491ea449bd3596b5.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fb04b5b2f21..904e1a7da775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fortune-mod-wisdom-fr
pkgdesc = Fortune cookies: Wisdom quotes in French
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Bundy01/fortune-mod-wisdom-fr
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index b5bbdd03bd8f..54aa5b0ef171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Th30
pkgname=fortune-mod-wisdom-fr
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fortune cookies: Wisdom quotes in French"
arch=('any')
url="https://github.com/Bundy01/fortune-mod-wisdom-fr"
@@ -14,7 +14,7 @@ package()
{
cd "${pkgname}-${pkgver}"
mkdir -pm755 "${pkgdir}/usr/share/fortune/wisdom-fr"
- install -Dm644 Asie{,.dat} "/usr/share/fortune/wisdom-fr"
- install -Dm644 Occident{,.dat} "/usr/share/fortune/wisdom-fr"
- install -Dm644 RastAfrica{,.dat} "/usr/share/fortune/wisdom-fr"
+ install -Dm644 Asie{,.dat} "${pkgdir}/usr/share/fortune/wisdom-fr"
+ install -Dm644 Occident{,.dat} "${pkgdir}/usr/share/fortune/wisdom-fr"
+ install -Dm644 RastAfrica{,.dat} "${pkgdir}/usr/share/fortune/wisdom-fr"
}