summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFadeMind2016-06-20 08:28:37 +0200
committerFadeMind2016-06-20 08:28:37 +0200
commit94fd5b6d3ab69a01f0d9c784ce04ce3f0c20c11e (patch)
treecc76f38c49e9c69ad8f2a8d0dd47496d7a3609fa
parent0202b1ea34edff4aaf07165eceb9216da9bc448d (diff)
downloadaur-94fd5b6d3ab69a01f0d9c784ce04ce3f0c20c11e.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b48bd4528ad7..a2338a9cf57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 17:15:24 UTC 2016
+# Mon Jun 20 06:28:37 UTC 2016
pkgbase = papirus-plasma-theme
pkgdesc = Papirus plasma theme for KDE
- pkgver = 20160603
+ pkgver = 20160617
pkgrel = 1
url = https://github.com/PapirusDevelopmentTeam/papirus-plasma-theme
install = papirus-plasma-theme.install
@@ -13,7 +13,7 @@ pkgbase = papirus-plasma-theme
depends = plasma-desktop
conflicts = papirus-plasma-theme-git
options = !strip
- source = papirus-plasma-theme::git+https://github.com/PapirusDevelopmentTeam/papirus-plasma-theme.git#commit=f88f002
+ source = papirus-plasma-theme::git+https://github.com/PapirusDevelopmentTeam/papirus-plasma-theme.git#commit=26ae988
sha256sums = SKIP
pkgname = papirus-plasma-theme
diff --git a/PKGBUILD b/PKGBUILD
index 8c6d25a0f485..2ace3ab27664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: FadeMind <fademind@gmail.com>
pkgname=papirus-plasma-theme
-_commit=f88f002 # 7 digits
-pkgver=20160603
+_commit=26ae988 # 7 digits
+pkgver=20160617
pkgrel=1
pkgdesc="Papirus plasma theme for KDE"
url="https://github.com/PapirusDevelopmentTeam/${pkgname}"
@@ -22,6 +22,5 @@ pkgver() {
}
package() {
- cd ${pkgname}
- make install DESTDIR="$pkgdir"
+ make -C "${pkgname}" install DESTDIR="$pkgdir"
}