summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzekeer2016-05-04 00:13:28 +0300
committerzekeer2016-05-04 00:13:28 +0300
commitf274ee50862025708056f3f52e7688323fabc6bb (patch)
treee7313938fa4ebb29288401291cdbcff0edf487d0
parent7932c4afc679534495f8159eea25dcb2d91e71dc (diff)
downloadaur-f274ee50862025708056f3f52e7688323fabc6bb.tar.gz
useful commit message
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baabd5a1a30b..9cd056b690df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plank-theme-arc
pkgdesc = Arc theme for Plank
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/horst3180/arc-theme
arch = any
license = GPL3
depends = plank
source = https://manjaro.ru/aur/plank-theme/plank-theme-arc.tar.gz
- md5sums = 54299efc703ec148d023f4035ac839ed
+ md5sums = 60b567398e7e5afecba5ec6e2480994a
pkgname = plank-theme-arc
diff --git a/PKGBUILD b/PKGBUILD
index 3186ed7d484d..5c27477b9b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=plank-theme-arc
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Arc theme for Plank'
arch=('any')
url='https://github.com/horst3180/arc-theme'
@@ -18,5 +18,7 @@ build() {
package() {
cd $srcdir/$pkgname
mkdir -p $pkgdir/usr/share/plank/themes
- cp -r Arc $pkgdir/usr/share/plank/themes
+ install -m 644 Arc/dock.theme "${pkgdir}"/usr/share/plank/themes/Arc/
}
+
+ \ No newline at end of file