summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2020-08-17 16:08:29 +0200
committerFabioLolix2020-08-17 16:08:29 +0200
commitca8fada144ab91cc5f8150db7727f8354eaf5aa1 (patch)
treecfffe5390a71f78ef839418a2585bd8bf092bda8
parentb97a1aafddc5b0f6311ebb192184e64b84dbfbfd (diff)
downloadaur-ca8fada144ab91cc5f8150db7727f8354eaf5aa1.tar.gz
use perl-gtk3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae21c3a0db2..f737d90fa8c5 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmusicbrowser-git
pkgdesc = An open-source jukebox for large collections of mp3/ogg/flac files, written in perl.
- pkgver = 1.1.15.r54.g4538a5a
+ pkgver = 1.1.15.r66.g7d0819c
pkgrel = 1
url = http://gmusicbrowser.org/
arch = i686
@@ -9,7 +9,7 @@ pkgbase = gmusicbrowser-git
license = GPL3
makedepends = git
makedepends = markdown
- depends = gtk2-perl
+ depends = perl-gtk3
depends = perl-net-dbus
depends = perl-locale-gettext
depends = perl-glib-object-introspection
@@ -29,7 +29,7 @@ pkgbase = gmusicbrowser-git
optdepends = perl-gtk2-notify: support for notify plugin
provides = gmusicbrowser
conflicts = gmusicbrowser
- source = git+http://github.com/squentin/gmusicbrowser.git
+ source = git+https://github.com/squentin/gmusicbrowser.git
sha256sums = SKIP
pkgname = gmusicbrowser-git
diff --git a/PKGBUILD b/PKGBUILD
index 51c0eeaa2821..c8cb8d90a9e0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: RobbeR49 <robertsna@gmail.com>
pkgname=gmusicbrowser-git
-pkgver=1.1.15.r54.g4538a5a
+pkgver=1.1.15.r66.g7d0819c
pkgrel=1
pkgdesc="An open-source jukebox for large collections of mp3/ogg/flac files, written in perl."
arch=(i686 x86_64 aarch64)
url="http://gmusicbrowser.org/"
license=(GPL3)
-depends=(gtk2-perl perl-net-dbus perl-locale-gettext perl-glib-object-introspection)
+depends=(perl-gtk3 perl-net-dbus perl-locale-gettext perl-glib-object-introspection)
makedepends=(git markdown)
optdepends=('alsa-utils: enables the ALSA backend'
'flac123: flac support for the ALSA backend'
@@ -26,7 +26,7 @@ optdepends=('alsa-utils: enables the ALSA backend'
'perl-gtk2-notify: support for notify plugin')
provides=(gmusicbrowser)
conflicts=(gmusicbrowser)
-source=("git+http://github.com/squentin/gmusicbrowser.git")
+source=("git+https://github.com/squentin/gmusicbrowser.git")
sha256sums=('SKIP')
pkgver() {