summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ivanov2022-10-01 09:55:26 +0300
committerKonstantin Ivanov2022-10-01 09:55:26 +0300
commitb90b40650b05319298647b47b8a95287ef88aa6c (patch)
tree13ce6bfb85b904f15c520781d811d0573b846902
parentf942822d74556342ec83f95aba01c288e0120685 (diff)
downloadaur-b90b40650b05319298647b47b8a95287ef88aa6c.tar.gz
add libsoup as a dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83e69e60a89..fa49e1e52f73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = volantes-cursors
pkgdesc = Cursors theme
pkgver = 20220828.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/varlesh/volantes-cursors
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index f462b44f1ae5..805169c17f58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=('volantes-cursors')
commit_hash=b13a4bbf6bd1d7e85fadf7f2ecc44acc198f8d01
pkgver=20220828.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cursors theme"
arch=('any')
makedepends=(
'bash'
'inkscape'
'xorg-xcursorgen'
+ 'libsoup'
)
url="https://github.com/varlesh/volantes-cursors"
license=('GPL2')