summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-08-01 22:03:39 +0200
committerFabioLolix2021-08-01 22:03:39 +0200
commitb3911542171d2457d1f19edd7f296740dea27fbe (patch)
treec9e6f72621a60d498bc8519d5ec1e3bf190a1651
parent825c36f932068a999297f779c81fa7ff311ebc91 (diff)
downloadaur-b3911542171d2457d1f19edd7f296740dea27fbe.tar.gz
v4.23.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e5d244cec9c..4771eeebe89c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = diorite
pkgdesc = Utility and widget library for Nuvola Player project based on GLib, GIO, and GTK
- pkgver = 4.21.0
+ pkgver = 4.23.0
pkgrel = 1
url = https://tiliado.eu/diorite/
arch = x86_64
license = BSD
makedepends = vala
makedepends = python-pyparsing
+ makedepends = gobject-introspection
depends = gtk3
depends = libgee
depends = sqlite
depends = libx11
- depends = gobject-introspection
- source = https://github.com/tiliado/diorite/archive/4.21.0/diorite-4.21.0.tar.gz
- sha256sums = 74b8d36db44dc8f4607bfe9da872e5f10fa144ae63c76a8832113c109dce30c9
+ source = https://github.com/tiliado/diorite/archive/4.23.0/diorite-4.23.0.tar.gz
+ sha256sums = 6ee91447a265762d090345276583e7bb4aab12fca5c9a4fa4b06d1afe8d68985
pkgname = diorite
-
diff --git a/PKGBUILD b/PKGBUILD
index 3746499a30f8..b55692454a55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@
# Contributor: Lorenzo Ferrillo <lorenzofersteam@live.it>
pkgname=diorite
-pkgver=4.21.0
+pkgver=4.23.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/"
license=(BSD)
-depends=(gtk3 libgee sqlite libx11 gobject-introspection)
-makedepends=(vala python-pyparsing)
+depends=(gtk3 libgee sqlite libx11)
+makedepends=(vala python-pyparsing gobject-introspection)
source=("https://github.com/tiliado/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('74b8d36db44dc8f4607bfe9da872e5f10fa144ae63c76a8832113c109dce30c9')
+sha256sums=('6ee91447a265762d090345276583e7bb4aab12fca5c9a4fa4b06d1afe8d68985')
build() {
cd "${pkgname}-${pkgver}"