summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalló György2021-05-22 13:19:27 +0000
committerBalló György2021-05-22 13:19:27 +0000
commit5db4a6ac7eb26ce1bfd41f416c5d7f7a220411df (patch)
tree95a2a565fb41318519e58b029ac3290454aa50f7
parent506d5647d74cc68b0a2608a91ca647c8c1c7590c (diff)
downloadaur-tagtool.tar.gz
Remove unneeded glade dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47dbb317ccf6..62a6eeea5810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = tagtool
arch = armv7h
license = GPL
makedepends = intltool
- depends = glade
+ depends = gtk3
depends = id3lib
depends = libvorbis
source = https://github.com/impegoraro/tagtool/archive/v0.14.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index be45d3690aae..f699512b2039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url='https://github.com/impegoraro/tagtool'
license=('GPL')
arch=('i686' 'x86_64' 'armv7h')
makedepends=('intltool')
-depends=('glade' 'id3lib' 'libvorbis')
+depends=('gtk3' 'id3lib' 'libvorbis')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('c2b2c2a9a20a0173e618534e0c787e02860ff0de728e0ceea27d445397fc51c3')