summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcaro Perseo2017-04-05 12:45:26 -0500
committerIcaro Perseo2017-04-05 12:45:26 -0500
commit662ea2e5b1ef5d0598a0efedf7936ca5fb096716 (patch)
tree8716da6358ec7cb120b14874aeb6f15eca08f0f6
parent97818fe9a1de7b4991604031ad8d5837c97a78b2 (diff)
downloadaur-662ea2e5b1ef5d0598a0efedf7936ca5fb096716.tar.gz
Updated package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c022ee164a8d..d91d763540e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = papirus-libreoffice-theme
pkgdesc = Papirus theme for LibreOffice
- pkgver = 20170228
- pkgrel = 2
+ pkgver = 20170325
+ pkgrel = 1
url = https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = papirus-libreoffice-theme
conflicts = libreoffice-papirus-theme
conflicts = libreoffice-papirus-theme-git
options = !strip
- source = papirus-libreoffice-theme::git+https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme.git#commit=b06f038
+ source = papirus-libreoffice-theme::git+https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme.git#commit=2884637
sha256sums = SKIP
pkgname = papirus-libreoffice-theme
diff --git a/PKGBUILD b/PKGBUILD
index 8f741f9a6bc6..857bb45a6f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: FadeMind <fademind@gmail.com>
pkgname=papirus-libreoffice-theme
-_commit=b06f038
-pkgver=20170228
-pkgrel=2
+_commit=2884637
+pkgver=20170325
+pkgrel=1
pkgdesc="Papirus theme for LibreOffice"
url="https://github.com/PapirusDevelopmentTeam/${pkgname}"
arch=('any')
@@ -23,7 +23,9 @@ pkgver() {
package() {
cd ${pkgname}
- make install DESTDIR="$pkgdir"
+ make install \
+ PREFIX="/usr/lib" \
+ DESTDIR="$pkgdir"
}
# vim:set ts=2 sw=2 cc=80 et: