summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2015-08-19 20:09:48 -0300
committerPablo Lezaeta Reyes2015-08-19 20:09:48 -0300
commitb0cd264c2a20f348bc559a21f429745a20744640 (patch)
treeebfa5a4f13a351037dad79c0b78e9fee9c4d0591
parent27a6b827543104f65ff213ac4089079e9008aa76 (diff)
downloadaur-b0cd264c2a20f348bc559a21f429745a20744640.tar.gz
update
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748212bf05f2..05bb05e58c7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xubuntu-artwork
pkgdesc = Xubuntu themes and artwork
- pkgver = 15.10.1
+ pkgver = 15.10.2
pkgrel = 1
url = https://launchpad.net/xubuntu-artwork
arch = any
@@ -14,9 +14,9 @@ pkgbase = xubuntu-artwork
optdepends = xfce-theme-greybird: Official theming, git or stable version are ok
optdepends = elementary-xfce-icons: For matching icon theme, or if you want use the git version
optdepends = libreoffice: For the new elementary icon style
- source = http://security.ubuntu.com/ubuntu/pool/universe/x/xubuntu-artwork/xubuntu-artwork_15.10.1.tar.xz
+ source = http://security.ubuntu.com/ubuntu/pool/universe/x/xubuntu-artwork/xubuntu-artwork_15.10.2.tar.xz
source = 0001_Plymouth_dir.patch
- md5sums = 1e3b96a06fe4b54ce8c05b23d6d60157
+ md5sums = 45c6f0d32677da44baa9e88e1fc305f0
md5sums = c9a1b1997abf7d43dda91bf7991ed42c
pkgname = xubuntu-artwork
diff --git a/PKGBUILD b/PKGBUILD
index 346d43ddd19b..0d288ca705cd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Pablo Lezaeta <prflr88@gmail.com>
pkgname=xubuntu-artwork
-pkgver=15.10.1
+pkgver=15.10.2
pkgrel=1
_uver=wily
pkgdesc="Xubuntu themes and artwork"
@@ -23,12 +23,12 @@ source=("http://security.ubuntu.com/ubuntu/pool/universe/x/${pkgname}/${pkgname}
"0001_Plymouth_dir.patch")
prepare() {
- cd "${srcdir}/trunk"
+ cd "${srcdir}/xubuntu-artwork"
patch -p1 -i "${srcdir}/0001_Plymouth_dir.patch"
}
package() {
- cd "${srcdir}/trunk"
+ cd "${srcdir}/xubuntu-artwork"
make DESTDIR="${pkgdir}" prefix=/usr \
sbindir=/usr/bin bindir=/usr/bin \
@@ -36,7 +36,7 @@ package() {
}
package() {
- cd "${srcdir}/trunk"
+ cd "${srcdir}/xubuntu-artwork"
make DESTDIR="${pkgdir}" install
@@ -60,6 +60,6 @@ package() {
rm -frv "${pkgdir}"/usr/share/xfce4/backdrops
}
-# I use MD5 because is what "makepkg -g" give by default, blame Arch dessicion
-md5sums=('1e3b96a06fe4b54ce8c05b23d6d60157'
+# I use MD5 because is what "makepkg -g" give by default, blame Allan
+md5sums=('45c6f0d32677da44baa9e88e1fc305f0'
'c9a1b1997abf7d43dda91bf7991ed42c')