summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0dc0e8bcb7c..20df3aaad403 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = volantes-cursors
pkgdesc = Cursors theme
- pkgver = 20200506.0
- pkgrel = 1
+ pkgver = 20220828.0
+ pkgrel = 3
url = https://github.com/varlesh/volantes-cursors
arch = any
license = GPL2
makedepends = bash
makedepends = inkscape
makedepends = xorg-xcursorgen
- source = https://github.com/varlesh/volantes-cursors/archive/f5dd936e213a7e960f5b39f06ff6b18b2145a0b5.tar.gz
- sha256sums = 7eed19db07ee8f84949e9a7c94b8b0f71d160ee703a315bbd2fc65f3c3f969e6
+ makedepends = libsoup
+ source = https://github.com/varlesh/volantes-cursors/archive/b13a4bbf6bd1d7e85fadf7f2ecc44acc198f8d01.tar.gz
+ sha256sums = 24a8b82fb99011032669c8721e11ddb05350b57baff7f2b3751853b6868acce1
pkgname = volantes-cursors
diff --git a/PKGBUILD b/PKGBUILD
index a65b6674a18c..4eaa4730ef61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Konstantin Ivanov <kostyarin.ivanov@gmail.com>
pkgname=('volantes-cursors')
-commit_hash=d1d290ff42cc4fa643716551bd0b02582b90fd2f
-pkgver=20200209.0
-pkgrel=1
+commit_hash=b13a4bbf6bd1d7e85fadf7f2ecc44acc198f8d01
+pkgver=20220828.0
+pkgrel=3
pkgdesc="Cursors theme"
arch=('any')
makedepends=(
'bash'
'inkscape'
'xorg-xcursorgen'
+ 'libsoup'
)
url="https://github.com/varlesh/volantes-cursors"
license=('GPL2')
source=("https://github.com/varlesh/volantes-cursors/archive/$commit_hash.tar.gz")
-sha256sums=('7eed19db07ee8f84949e9a7c94b8b0f71d160ee703a315bbd2fc65f3c3f969e6')
+sha256sums=('24a8b82fb99011032669c8721e11ddb05350b57baff7f2b3751853b6868acce1')
build() {
cd "${srcdir}/$pkgname-$commit_hash"