summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeeraj2021-05-18 11:58:55 +0530
committerNeeraj2021-05-18 11:58:55 +0530
commit658a93446fde403eae0ac3648acf2d367dee76d4 (patch)
tree175d4369f802fc6f46f1bcf4c83570368f9a1207
parent61f2989e39f26c50c700ccc1f7a66af445362356 (diff)
downloadaur-658a93446fde403eae0ac3648acf2d367dee76d4.tar.gz
0.3.0 fix install command test 3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4cce962dc2..736415d39c15 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 = 3
+pkgrel = 4
url = https://github.com/gitneeraj/lightdm-webkit2-theme-reactive
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4884dd759dd5..27a69f4d5533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lightdm-webkit2-theme-reactive
pkgver=0.3.0
-pkgrel=3
+pkgrel=4
pkgdesc="Reactive, A Simple and fast lightdm webkit2 theme for linux"
arch=('x86_64')
url="https://github.com/gitneeraj/$pkgname"
@@ -14,5 +14,5 @@ sha512sums=('fb7df70c9fcb231b527804248bab1df5ea5b3f9b44b5d4c3ce4c46b2e263b305022
package() {
rm "$srcdir/$pkgname-${pkgver}.tar.gz"
install -dm755 "$pkgdir/usr/share/lightdm-webkit/themes/reactive"
- cp -r "$srcdir/*" "$pkgdir/usr/share/lightdm-webkit/themes/reactive/"
+ cp -r "$srcdir"/* "$pkgdir/usr/share/lightdm-webkit/themes/reactive/"
}