summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 814b73935c98..4940a0498549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = bibata-cursor-theme
pkgdesc = Material Based Cursor Theme
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ful1e5/Bibata_Cursor
arch = any
license = GPL3
makedepends = python-clickgen
+ depends = libxcursor
+ depends = libpng
noextract = bibata-cursor-theme-bitmaps-1.0.1.zip
options = !strip
source = bibata-cursor-theme-1.0.1.tar.gz::https://github.com/ful1e5/Bibata_Cursor/archive/v1.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 43581de24d1a..ae201a5138f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=bibata-cursor-theme
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Material Based Cursor Theme"
arch=('any')
url="https://github.com/ful1e5/Bibata_Cursor"
license=('GPL3')
+depends=('libxcursor' 'libpng')
makedepends=('python-clickgen')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"