summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-05-29 00:04:15 +0200
committerFabioLolix2021-05-29 00:04:15 +0200
commit825c36f932068a999297f779c81fa7ff311ebc91 (patch)
tree2922957abf6f2f67dade3212339c84706ac20681
parent740ac4d0a1c9e16d6aeb35fa68bc483c71a30419 (diff)
downloadaur-825c36f932068a999297f779c81fa7ff311ebc91.tar.gz
v4.21.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aa2fc3d0ce7..6e5d244cec9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = diorite
pkgdesc = Utility and widget library for Nuvola Player project based on GLib, GIO, and GTK
- pkgver = 4.20.0
- pkgrel = 2
+ pkgver = 4.21.0
+ pkgrel = 1
url = https://tiliado.eu/diorite/
arch = x86_64
license = BSD
@@ -12,8 +12,8 @@ pkgbase = diorite
depends = sqlite
depends = libx11
depends = gobject-introspection
- source = https://github.com/tiliado/diorite/archive/4.20.0/diorite-4.20.0.tar.gz
- sha256sums = 182459cdb5a9182c18dea1636cdab59b235e788deb36d59dfcdc55dad7333ad8
+ source = https://github.com/tiliado/diorite/archive/4.21.0/diorite-4.21.0.tar.gz
+ sha256sums = 74b8d36db44dc8f4607bfe9da872e5f10fa144ae63c76a8832113c109dce30c9
pkgname = diorite
diff --git a/PKGBUILD b/PKGBUILD
index 42e49c9b303a..3746499a30f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Lorenzo Ferrillo <lorenzofersteam@live.it>
pkgname=diorite
-pkgver=4.20.0
-pkgrel=2
+pkgver=4.21.0
+pkgrel=1
pkgdesc="Utility and widget library for Nuvola Player project based on GLib, GIO, and GTK"
arch=(x86_64)
url="https://tiliado.eu/diorite/"
@@ -15,7 +15,7 @@ license=(BSD)
depends=(gtk3 libgee sqlite libx11 gobject-introspection)
makedepends=(vala python-pyparsing)
source=("https://github.com/tiliado/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('182459cdb5a9182c18dea1636cdab59b235e788deb36d59dfcdc55dad7333ad8')
+sha256sums=('74b8d36db44dc8f4607bfe9da872e5f10fa144ae63c76a8832113c109dce30c9')
build() {
cd "${pkgname}-${pkgver}"