[arch-commits] Commit in xcursor-vanilla-dmz/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Jan 4 20:47:13 UTC 2018
Date: Thursday, January 4, 2018 @ 20:47:12
Author: bgyorgy
Revision: 278684
upgpkg: xcursor-vanilla-dmz 0.4.5-1
Update to new version
Modified:
xcursor-vanilla-dmz/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-04 20:46:26 UTC (rev 278683)
+++ PKGBUILD 2018-01-04 20:47:12 UTC (rev 278684)
@@ -6,17 +6,17 @@
pkgbase=xcursor-vanilla-dmz
pkgname=('xcursor-vanilla-dmz' 'xcursor-vanilla-dmz-aa')
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
arch=('any')
url="http://jimmac.musichall.cz/"
license=('CCPL:by-nc-sa')
makedepends=('xorg-xcursorgen')
-source=(https://debian.inf.tu-dresden.de/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_$pkgver.tar.gz)
-md5sums=('06fbab13df89c5770ce61b0e3e31e5f6')
+source=(http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_$pkgver.tar.xz)
+sha256sums=('b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c')
build() {
- cd "$srcdir/dmz-cursor-theme-$pkgver"
+ cd dmz-cursor-theme-$pkgver
(cd DMZ-White/pngs ; ./make.sh)
(cd DMZ-Black/pngs ; ./make.sh)
}
@@ -24,7 +24,7 @@
package_xcursor-vanilla-dmz() {
pkgdesc="Vanilla DMZ cursor theme"
- cd "$srcdir/dmz-cursor-theme-$pkgver"
+ cd dmz-cursor-theme-$pkgver
install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors
cp -a DMZ-White/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors
install -Dm644 DMZ-White/index.theme "$pkgdir"/usr/share/icons/Vanilla-DMZ/index.theme
@@ -33,7 +33,7 @@
package_xcursor-vanilla-dmz-aa() {
pkgdesc="Vanilla DMZ AA cursor theme"
- cd "$srcdir/dmz-cursor-theme-${pkgver}"
+ cd dmz-cursor-theme-$pkgver
install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors
cp -a DMZ-Black/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors
install -Dm644 DMZ-Black/index.theme "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/index.theme
More information about the arch-commits
mailing list