summaryrefslogtreecommitdiff
path: root/hurrycurry-website-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'hurrycurry-website-git/PKGBUILD')
-rw-r--r--hurrycurry-website-git/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurrycurry-website-git/PKGBUILD b/hurrycurry-website-git/PKGBUILD
index 0665278..e34374a 100644
--- a/hurrycurry-website-git/PKGBUILD
+++ b/hurrycurry-website-git/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: metamuffin <metamuffin@disroot.org>
pkgname=hurrycurry-website-git
-pkgver=r26.d7a96f2
+pkgver=r29.b9d6cf0
pkgrel=1
pkgdesc="Hurrycurry website files"
arch=('any')
@@ -29,5 +29,5 @@ build() {
}
package() {
install -dm755 "$pkgdir/usr/share/hurrycurry/website"
- install -Dm664 -t $pkgdir/usr/share/hurrycurry/website website/*.{png,webp,svg,woff2,html,css}
+ cp -r website/* "$pkgdir/usr/share/hurrycurry/website"
}