summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b5efaf83f80..a2ea3e4987fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: madhogs <madhogs at protonmail dot com>
+# Contributor: madhogs <madhogs at protonmail dot com>
# Contributor: grimi <grimi at poczta dot fm>
pkgname=xcursor-numix
+_commit=1a236bbbb2eaeda027e4f0e4b096369db17a7224
pkgver=0.9.1
pkgrel=3
pkgdesc="An X-cursor-theme for use along with the numixproject products."
@@ -9,11 +10,11 @@ arch=('any')
url="https://www.gnome-look.org/p/999876/"
license=('GPL')
depends=('libxcursor')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uloco/numix-cursor/archive/master.tar.gz")
-sha256sums=('65b4b1fdde0bdc6c1e51a9b5417d2dc9354c3ceb988e0840a103c0ae4a90fb11')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uloco/numix-cursor/archive/$_commit.tar.gz")
+sha256sums=('b26d9c026a3aadfb54ccb62f30cec84ce5ad956ee2068a3177a0309e9c7b6f6b')
package() {
- cd numix-cursor-master/theme
+ cd "numix-cursor-$_commit"/theme
find Numix-Cursor/ -type f -not -name "*~" \
-exec install -Dm644 "{}" "${pkgdir}/usr/share/icons/{}" \;
find Numix-Cursor/ -type l \