summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-02-11 17:01:03 +0200
committerAdrian Perez de Castro2019-02-11 17:01:03 +0200
commitf531ff2a6b0a21d6a24a74487ae7330a2c3ac0bf (patch)
treec62ce1be964db4d13bd3dfbf2abbd168f8cec4bd
parent33ad9c7108c81ae7b2254c63a2cf2d33dbdc935d (diff)
downloadaur-f531ff2a6b0a21d6a24a74487ae7330a2c3ac0bf.tar.gz
Bump version to 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25721272d6e5..ef5c0ed99240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xcursor-hackneyed
pkgdesc = Cursor theme inspired by Windows 3.x with high-contrast and sensible use of colors
- pkgver = 0.6
+ pkgver = 0.7.2
pkgrel = 1
url = https://gitlab.com/Enthymeme/hackneyed-x11-cursors/
arch = any
@@ -9,8 +9,8 @@ pkgbase = xcursor-hackneyed
makedepends = xorg-xcursorgen
makedepends = inkscape>=0.48.4
makedepends = imagemagick>=6.8.6
- source = https://gitlab.com/Enthymeme/hackneyed-x11-cursors//-/archive/0.6/hackneyed-x11-cursors-0.6.tar.bz2
- sha512sums = e41667779c788b975a0083c274e776dac04d08bea33f80865242db49df44a6fa7337e8f36398752654cb4ce15fdb7f0716b59e714732c09adbf8a64bf5906d96
+ source = https://gitlab.com/Enthymeme/hackneyed-x11-cursors//-/archive/0.7.2/hackneyed-x11-cursors-0.7.2.tar.bz2
+ sha512sums = 9c7c77ac8ee527e22ee66baac3603fde2c634520c07eeb6b52787b69fdb0e41328ed62081046681b30a3ca9282019e52e4af80213a6316384140f84dbdc0fe9b
pkgname = xcursor-hackneyed
diff --git a/PKGBUILD b/PKGBUILD
index 4e4464dc0c86..ae93a3a08d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname='xcursor-hackneyed'
pkgdesc='Cursor theme inspired by Windows 3.x with high-contrast and sensible use of colors'
-pkgver='0.6'
+pkgver='0.7.2'
pkgrel='1'
url='https://gitlab.com/Enthymeme/hackneyed-x11-cursors/'
license=('custom:MIT')
arch=('any')
makedepends=('make' 'xorg-xcursorgen' 'inkscape>=0.48.4' 'imagemagick>=6.8.6')
source=("${url}/-/archive/${pkgver}/hackneyed-x11-cursors-${pkgver}.tar.bz2")
-sha512sums=('e41667779c788b975a0083c274e776dac04d08bea33f80865242db49df44a6fa7337e8f36398752654cb4ce15fdb7f0716b59e714732c09adbf8a64bf5906d96')
+sha512sums=('9c7c77ac8ee527e22ee66baac3603fde2c634520c07eeb6b52787b69fdb0e41328ed62081046681b30a3ca9282019e52e4af80213a6316384140f84dbdc0fe9b')
build () {
cd "hackneyed-x11-cursors-${pkgver}"
- make -j$(nproc) all all.left PREFIX=/usr
+ make -j$(nproc) dist dist.left PREFIX=/usr
}
package () {