summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-06-10 02:41:49 -0400
committerTony Lambiris2021-06-10 02:41:49 -0400
commit87b06921b3cad4e018b1ccd5bc40776e06d92f66 (patch)
tree45b3d6fcdc6f234916dc1d7bab8756db553bb4f3
parent42031e568be5e018436dc9a8a822116db6cca534 (diff)
downloadaur-87b06921b3cad4e018b1ccd5bc40776e06d92f66.tar.gz
Version bump and updates
-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() {