summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcaro Perseo2016-12-03 20:31:01 -0600
committerIcaro Perseo2016-12-03 20:31:01 -0600
commit3f468a326a84ac2bf3cf63e8982e3af7e6cd8e85 (patch)
tree759e5edcb6d1c8b9051dbcb1eb97df4279a23e03
parent9cad8e70437b8dcf7f050aacc070b3049c0abe43 (diff)
downloadaur-3f468a326a84ac2bf3cf63e8982e3af7e6cd8e85.tar.gz
Package updated. New maintainer.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2917f1ffb888..7124b910e05d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Aug 3 19:53:34 UTC 2016
pkgbase = papirus-libreoffice-theme
pkgdesc = Papirus theme for LibreOffice
- pkgver = 20160803
+ pkgver = 20161127
pkgrel = 1
url = https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme
arch = any
@@ -16,7 +14,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=6c96276
+ source = papirus-libreoffice-theme::git+https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme.git#commit=57c2298
sha256sums = SKIP
pkgname = papirus-libreoffice-theme
diff --git a/PKGBUILD b/PKGBUILD
index cc0927752f71..50153af41255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: FadeMind <fademind@gmail.com>
+# Maintainer: Icaro Perseo <icaroperseo[at]protonmail[dot]com>
+# Contributor: FadeMind <fademind@gmail.com>
pkgname=papirus-libreoffice-theme
-_commit=6c96276
-pkgver=20160803
+_commit=57c2298
+pkgver=20161127
pkgrel=1
pkgdesc="Papirus theme for LibreOffice"
url="https://github.com/PapirusDevelopmentTeam/${pkgname}"
@@ -25,3 +26,5 @@ package() {
cd ${pkgname}
make install DESTDIR="$pkgdir"
}
+
+# vim:set ts=2 sw=2 cc=80 et: