summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeeraj2021-05-18 12:00:43 +0530
committerNeeraj2021-05-18 12:00:43 +0530
commit47a4bcdaf83b747a35afb7d5f92c55360860bdff (patch)
tree75977dd7ecb414fb0af77f9b3b2abca2c2cd285d
parent658a93446fde403eae0ac3648acf2d367dee76d4 (diff)
downloadaur-47a4bcdaf83b747a35afb7d5f92c55360860bdff.tar.gz
0.3.0 fix install command test 4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736415d39c15..7a82b0f57710 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lightdm-webkit2-theme-reactive
pkgdesc = Reactive, A Simple and fast lightdm webkit2 theme for linux
pkgver = 0.3.0
-pkgrel = 4
+pkgrel = 5
url = https://github.com/gitneeraj/lightdm-webkit2-theme-reactive
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 27a69f4d5533..2af9ecf430cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lightdm-webkit2-theme-reactive
pkgver=0.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="Reactive, A Simple and fast lightdm webkit2 theme for linux"
arch=('x86_64')
url="https://github.com/gitneeraj/$pkgname"
@@ -13,6 +13,7 @@ sha512sums=('fb7df70c9fcb231b527804248bab1df5ea5b3f9b44b5d4c3ce4c46b2e263b305022
package() {
rm "$srcdir/$pkgname-${pkgver}.tar.gz"
+ rm -rf "$pkgdir/usr/share/lightdm-webkit/themes/reactive"
install -dm755 "$pkgdir/usr/share/lightdm-webkit/themes/reactive"
cp -r "$srcdir"/* "$pkgdir/usr/share/lightdm-webkit/themes/reactive/"
}