summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2018-06-17 20:01:36 +0300
committerAdrian Perez de Castro2018-06-17 20:01:36 +0300
commit33ad9c7108c81ae7b2254c63a2cf2d33dbdc935d (patch)
tree3f2d930a701dae47828948365c323297f70826a6
parent4f47e051745f2b53d09e2ad2fdcbed2c7b6010b1 (diff)
downloadaur-33ad9c7108c81ae7b2254c63a2cf2d33dbdc935d.tar.gz
Bump to version 0.6
This also moves the project URL to GitLab, and makes some minor updates accordingly.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1003a87e2639..25721272d6e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = xcursor-hackneyed
pkgdesc = Cursor theme inspired by Windows 3.x with high-contrast and sensible use of colors
- pkgver = 0.5.2
+ pkgver = 0.6
pkgrel = 1
- url = https://github.com/Enthymem/hackneyed-x11-cursors
+ url = https://gitlab.com/Enthymeme/hackneyed-x11-cursors/
arch = any
license = custom:MIT
makedepends = make
makedepends = xorg-xcursorgen
makedepends = inkscape>=0.48.4
makedepends = imagemagick>=6.8.6
- source = https://github.com/Enthymem/hackneyed-x11-cursors/archive/0.5.2.tar.gz
- sha512sums = 5dd05c860c5f7d2cf001b790db9a192e53532c89e35af6a458fd52b6e133ee17ee2a0e1dcb8c045b39c89117c05404be88864a3ebd4b0602c17ab1b64649ad1c
+ source = https://gitlab.com/Enthymeme/hackneyed-x11-cursors//-/archive/0.6/hackneyed-x11-cursors-0.6.tar.bz2
+ sha512sums = e41667779c788b975a0083c274e776dac04d08bea33f80865242db49df44a6fa7337e8f36398752654cb4ce15fdb7f0716b59e714732c09adbf8a64bf5906d96
pkgname = xcursor-hackneyed
diff --git a/PKGBUILD b/PKGBUILD
index 2fdf1e24b7b8..4e4464dc0c86 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.5.2'
+pkgver='0.6'
pkgrel='1'
-url='https://github.com/Enthymem/hackneyed-x11-cursors'
+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}.tar.gz")
-sha512sums=('5dd05c860c5f7d2cf001b790db9a192e53532c89e35af6a458fd52b6e133ee17ee2a0e1dcb8c045b39c89117c05404be88864a3ebd4b0602c17ab1b64649ad1c')
+source=("${url}/-/archive/${pkgver}/hackneyed-x11-cursors-${pkgver}.tar.bz2")
+sha512sums=('e41667779c788b975a0083c274e776dac04d08bea33f80865242db49df44a6fa7337e8f36398752654cb4ce15fdb7f0716b59e714732c09adbf8a64bf5906d96')
build () {
cd "hackneyed-x11-cursors-${pkgver}"
- make -j$(nproc) all lall PREFIX=/usr
+ make -j$(nproc) all all.left PREFIX=/usr
}
package () {