summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d84de7473f4b..22d13119b314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = bmz-cursor-theme-git
pkgdesc = Mouse cursor for your X11 desktop. Inspiration was drawn from various sources, including DMZ and Breeze, but design manages to be quite unique.
pkgver = r3.a2eb059
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tonylambiris/BMZ-cursor
arch = any
license = GPL
+ makedepends = git
makedepends = unzip
source = bmz-cursor-theme-git::git+https://github.com/tonylambiris/BMZ-cursor
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a39910b2bd6..48c9dc3049cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=bmz-cursor-theme-git
pkgver=r3.a2eb059
-pkgrel=1
+pkgrel=2
pkgdesc="Mouse cursor for your X11 desktop. Inspiration was drawn from various sources, including DMZ and Breeze, but design manages to be quite unique."
arch=('any')
url="https://github.com/tonylambiris/BMZ-cursor"
license=('GPL')
source=("${pkgname}::git+${url}")
-makedepends=('unzip')
+makedepends=('git' 'unzip')
sha256sums=('SKIP')
pkgver() {