summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNailington2024-04-16 00:01:45 -0400
committerNailington2024-04-16 00:01:45 -0400
commit234bcd5633ba1cee4cc9b9aca9fde1129a9ce5d7 (patch)
tree0be12b584f587bd41d5792d4dd2abf2e2c0eea32
parentb77f684cf785192e48da9e03737d2dbf8522fea1 (diff)
downloadaur-234bcd5633ba1cee4cc9b9aca9fde1129a9ce5d7.tar.gz
Corrected install string
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b88a9e8de7be..42e06d39a251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fortune-mod-helluva
pkgdesc = A collection of fortune cookies containing quotes from the cast of Helluva Boss
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
arch = any
license = unknown
depends = fortune-mod
diff --git a/PKGBUILD b/PKGBUILD
index 6016566a26cf..e89930053d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fortune-mod-helluva
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="A collection of fortune cookies containing quotes from the cast of Helluva Boss"
arch=('any')
license=('unknown')
@@ -33,5 +33,5 @@ package(){
install -D -m644 ${srcdir}/millie ${pkgdir}/usr/share/fortune/millie
install -D -m644 ${srcdir}/millie.dat ${pkgdir}/usr/share/fortune/millie.dat
install -D -m644 ${srcdir}/moxxie ${pkgdir}/usr/share/fortune/moxxie
- install -D -m644 ${srcdir}/moxxie ${pkgdir}/usr/share/fortune/moxxie.dat
+ install -D -m644 ${srcdir}/moxxie.dat ${pkgdir}/usr/share/fortune/moxxie.dat
}