summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 755437860ea7..575f2caee877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inspektor
pkgdesc = View metadata information on files
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hezral/inspektor
arch = any
license = GPL3
@@ -9,7 +9,6 @@ pkgbase = inspektor
makedepends = meson
depends = attr
depends = granite
- depends = gtk3
depends = perl-image-exiftool
depends = python-opencv
source = git+https://github.com/hezral/inspektor.git#tag=2.0.4
diff --git a/PKGBUILD b/PKGBUILD
index a2ce31cda46d..e12f410deeb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=inspektor
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='View metadata information on files'
arch=('any')
url='https://github.com/hezral/inspektor'
license=('GPL3')
-depends=('attr' 'granite' 'gtk3' 'perl-image-exiftool' 'python-opencv')
+depends=('attr' 'granite' 'perl-image-exiftool' 'python-opencv')
makedepends=('git' 'meson')
source=("git+$url.git#tag=$pkgver")
sha256sums=('SKIP')