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 e61c376a196d..368895880b50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = bibata-cursor-theme-bin
pkgdesc = Material Based Cursor Theme
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ful1e5/Bibata_Cursor
arch = any
license = GPL3
+ depends = libxcursor
+ depends = libpng
provides = bibata-cursor-theme
conflicts = bibata-cursor-theme
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 64eeffda483a..91efb6152be9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=bibata-cursor-theme-bin
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')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
options=('!strip')