summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2017-01-19 18:46:36 +0100
committerMarcus Behrendt2017-01-19 18:46:36 +0100
commit2f8176560665c82b6f04595ce0606e1909aae1e7 (patch)
tree7c81aa62f1e6f70845856f0ea0052fe41623ae75
parentc2d37eedd504e12fb41818032de87213c3097820 (diff)
downloadaur-2f8176560665c82b6f04595ce0606e1909aae1e7.tar.gz
updpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5266a82c1d02..9bfaafd72982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 17:17:55 UTC 2016
+# Thu Jan 19 17:46:12 UTC 2017
pkgbase = papirus-libreoffice-theme-git
pkgdesc = Papirus theme for LibreOffice (git version)
- pkgver = 20161127
- pkgrel = 2
+ pkgver = 20170119
+ pkgrel = 1
url = https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3b2742a3e956..5dc4c66f73dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Marcus Behrendt <marcus dot behrendt dot eightysix(in numbers) at bigbrothergoogle dot com
pkgname=papirus-libreoffice-theme-git
-pkgver=20161127
-pkgrel=2
+pkgver=20170119
+pkgrel=1
pkgdesc="Papirus theme for LibreOffice (git version)"
url="https://github.com/PapirusDevelopmentTeam/${pkgname%-git}"
arch=('any')
@@ -22,5 +22,9 @@ pkgver() {
package() {
cd ${pkgname}
mkdir -p ${pkgdir}/usr/lib/libreoffice/share/config
- cp --no-preserve=mode,ownership -r images_papirus.zip images_papirus_dark.zip ${pkgdir}/usr/lib/libreoffice/share/config
+ cp --no-preserve=mode,ownership -r \
+ images_papirus.zip \
+ images_papirus_dark.zip \
+ images_epapirus.zip \
+ ${pkgdir}/usr/lib/libreoffice/share/config
}