summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-11 23:36:28 -0600
committerMark Wagie2020-10-11 23:36:28 -0600
commit05139cb4e8e306622574335d2a1b8130c3384512 (patch)
treeae690fd773cef75f9f19d895c0de567f131219df
parent8b430963f10e273475c44ce1234517ed447630b4 (diff)
downloadaur-05139cb4e8e306622574335d2a1b8130c3384512.tar.gz
add dependencies
-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')