summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-09-04 08:51:05 -0400
committerAndrew Sun2022-09-04 08:51:05 -0400
commit9953381db2fa704c04b64badb21f8d48f6ddf242 (patch)
treea1fe6e74f15dd808371f4519232452fcb35cc2fc /PKGBUILD
parent70e9c7416ccfa4bffdc627fa7b4e9e1343b0a923 (diff)
downloadaur-9953381db2fa704c04b64badb21f8d48f6ddf242.tar.gz
4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6eaec8f476e..411afdb8b214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: ELmoussaoui Bilal <bil dot elmoussaoui at gmail dot com>
pkgname=dippi
-pkgver=3.1.4
+pkgver=4.0.0
pkgrel=1
pkgdesc='Calculate display info like DPI and aspect ratio'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/cassidyjames/dippi"
-depends=('gtk3' 'gobject-introspection' 'libgee' 'granite' 'libhandy')
+depends=('gtk4' 'gobject-introspection' 'libgee' 'libadwaita')
makedepends=('gnome-common' 'desktop-file-utils' 'meson' 'gettext' 'appstream-glib' 'vala')
options=('!emptydirs')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/cassidyjames/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('8edb5cbbc38ac1da5c1c2106d96dac9259579cc4abe1bd41cf5c26983a9f0bd9')
+sha256sums=('134ca991a19baac09567f31577ad9fb67ea74193830c761a1180ac068edd5c91')
provides=("dippi=${pkgver}")
build() {