summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-10-27 12:34:45 +0300
committerAdrian Perez de Castro2021-10-27 12:34:45 +0300
commit734b54cce1867c2917e78a5fcd88ce2f6f3fc588 (patch)
tree85318d5a95f2aa9d5de7adffd8073a2e07129f42
parent515f9673dbd2a9a8bdc31ad7474f8fe42c002cf7 (diff)
downloadaur-734b54cce1867c2917e78a5fcd88ce2f6f3fc588.tar.gz
Bump to version 0.8.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a2c477c452c..24fb82613442 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.8.1
+ pkgver = 0.8.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>=1.0
makedepends = imagemagick>=6.8.6
- source = https://gitlab.com/Enthymeme/hackneyed-x11-cursors//-/archive/0.8.1/hackneyed-x11-cursors-0.8.1.tar.bz2
- sha512sums = bd8d91bc893c98fbf375b8ff9f5046164059abb111fc3f4f9491de90e60e3ec828a52c97189fb50bc48ecfc89f4c81faf7d7729411e50c75660bcdf196fa922b
+ source = https://gitlab.com/Enthymeme/hackneyed-x11-cursors//-/archive/0.8.2/hackneyed-x11-cursors-0.8.2.tar.bz2
+ sha512sums = d4b3afe3f663e957a7b95858b893193532c47951641daab763cb8e63fa5c910ad084729442b641720dfa2863afb222ab7f414ca234928a0eb2201219340a23ac
pkgname = xcursor-hackneyed-light
conflicts = xcursor-hackneyed
@@ -18,4 +18,3 @@ pkgname = xcursor-hackneyed-light
pkgname = xcursor-hackneyed-dark
pkgdesc = Cursor theme inspired by Windows 3.x with high-contrast and sensible use of colors (dark variant)
-
diff --git a/PKGBUILD b/PKGBUILD
index e3426ad8933a..db992e6627fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=(xcursor-hackneyed-light xcursor-hackneyed-dark)
pkgbase=xcursor-hackneyed
pkgdesc='Cursor theme inspired by Windows 3.x with high-contrast and sensible use of colors'
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
url=https://gitlab.com/Enthymeme/hackneyed-x11-cursors/
license=(custom:MIT)
arch=(any)
makedepends=(make xorg-xcursorgen 'inkscape>=1.0' 'imagemagick>=6.8.6')
source=("${url}/-/archive/${pkgver}/hackneyed-x11-cursors-${pkgver}.tar.bz2")
-sha512sums=('bd8d91bc893c98fbf375b8ff9f5046164059abb111fc3f4f9491de90e60e3ec828a52c97189fb50bc48ecfc89f4c81faf7d7729411e50c75660bcdf196fa922b')
+sha512sums=('d4b3afe3f663e957a7b95858b893193532c47951641daab763cb8e63fa5c910ad084729442b641720dfa2863afb222ab7f414ca234928a0eb2201219340a23ac')
build () {
cd "hackneyed-x11-cursors-${pkgver}"