summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-08-21 19:44:32 +1200
committerGeorge Rawlinson2023-08-21 19:44:32 +1200
commitc6eba238dbebfcfe94cea0a24be8749feff3981a (patch)
treec0b576a637456f6f58897ba7dee64b035f3e734b /PKGBUILD
parentcea1ae60904e621ec3a5442f2d2ed6dff2c33330 (diff)
downloadaur-c6eba238dbebfcfe94cea0a24be8749feff3981a.tar.gz
upgpkg: lemmy-ui 0.18.4-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d6f543b1c16..45d56c39735d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lemmy-ui
pkgver=0.18.4
-pkgrel=1
+pkgrel=2
pkgdesc='The official web app for lemmy'
arch=('any')
url='https://github.com/LemmyNet/lemmy-ui'
@@ -57,5 +57,5 @@ package() {
cd "$pkgname"
install -vd "$pkgdir/usr/share/$pkgname"
- cp -R dist/* node_modules "$pkgdir/usr/share/$pkgname"
+ cp -R dist node_modules "$pkgdir/usr/share/$pkgname"
}