summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeeraj2021-05-18 12:03:41 +0530
committerNeeraj2021-05-18 12:03:41 +0530
commitdd1aa0ba7f77ff672db4ac9102a22446f7f45f5f (patch)
tree38973af9f8aafbf4acea1777995ad0e406091605
parent47a4bcdaf83b747a35afb7d5f92c55360860bdff (diff)
downloadaur-dd1aa0ba7f77ff672db4ac9102a22446f7f45f5f.tar.gz
0.3.0 fix install command test 5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a82b0f57710..e7475e8d5db5 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 = 5
+pkgrel = 6
url = https://github.com/gitneeraj/lightdm-webkit2-theme-reactive
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2af9ecf430cc..7e89b5730e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lightdm-webkit2-theme-reactive
pkgver=0.3.0
-pkgrel=5
+pkgrel=6
pkgdesc="Reactive, A Simple and fast lightdm webkit2 theme for linux"
arch=('x86_64')
url="https://github.com/gitneeraj/$pkgname"
@@ -13,7 +13,7 @@ sha512sums=('fb7df70c9fcb231b527804248bab1df5ea5b3f9b44b5d4c3ce4c46b2e263b305022
package() {
rm "$srcdir/$pkgname-${pkgver}.tar.gz"
- rm -rf "$pkgdir/usr/share/lightdm-webkit/themes/reactive"
+ rm -rf "/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/"
}