summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGerome Matilla2020-09-09 16:55:08 +0800
committerGerome Matilla2020-09-09 16:55:08 +0800
commit963e2ca350a72964c3b5a7bf96513bf9c19e6860 (patch)
treedfd48ae60d008542657b03aac25bd77c43a05a4e /PKGBUILD
parent86c00bd473a9a42998bd07084890dd1ce84aa2ab (diff)
downloadaur-963e2ca350a72964c3b5a7bf96513bf9c19e6860.tar.gz
v2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4defb02ddcfd..b12f9a949c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gerome Matilla <gerome.matilla07@gmail.com | gmail>
pkgname=lightdm-webkit2-theme-glorious
-pkgver=2
+pkgver=2.0.1
pkgrel=1
pkgdesc="a sleek, modern and glorified lightdm webkit2 theme"
arch=('any')
@@ -16,8 +16,7 @@ md5sums=('SKIP')
package() {
cd "$pkgdir"
mkdir -p usr/share/lightdm-webkit/themes/
- rm -Rf usr/share/lightdm-webkit/themes/lightdm-webkit2-theme-glorious
+ rm -rf usr/share/lightdm-webkit/themes/lightdm-webkit2-theme-glorious
cd usr/share/lightdm-webkit/themes/
cp --recursive "$srcdir/lightdm-webkit2-theme-glorious-$pkgver" "glorious"
}
-