summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac398a8e35d7..386c4691b207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deadbeef-plugin-fb-gtk3-git
pkgdesc = A filebrowser plugin for the DeaDBeeF audio player
pkgver = r166.g355e614
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/zykure/deadbeef-fb
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = deadbeef-plugin-fb-gtk3-git
makedepends = libtool
depends = deadbeef
depends = gtk3
+ depends = hicolor-icon-theme
source = deadbeef-fb::git+https://gitlab.com/zykure/deadbeef-fb
sha256sums = SKIP
pkgname = deadbeef-plugin-fb-gtk3-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d27d8d04315f..48650f11f0c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=deadbeef-fb
pkgname=deadbeef-plugin-fb-gtk3-git
pkgver=r166.g355e614
-pkgrel=2
+pkgrel=3
pkgdesc="A filebrowser plugin for the DeaDBeeF audio player"
arch=('i686' 'x86_64')
url="https://gitlab.com/zykure/deadbeef-fb"
license=('GPL2')
-depends=('deadbeef' 'gtk3')
+depends=('deadbeef' 'gtk3' 'hicolor-icon-theme')
makedepends=('git' 'autoconf' 'automake' 'libtool')
source=("${_pkgname}::git+https://gitlab.com/zykure/${_pkgname}")
sha256sums=('SKIP')