summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2016-01-12 16:39:44 +0100
committermirandir2016-01-12 16:39:44 +0100
commit0e1c0fd151ab0eeb65f9d14bc9ff3ff8c521e944 (patch)
tree3e3f90dc64205d021d7445878fcebb6cf1d46af8
parent2e9573e9017712f888870a117a2a75278612474b (diff)
downloadaur-0e1c0fd151ab0eeb65f9d14bc9ff3ff8c521e944.tar.gz
Added 'intltool' as makedepend.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06e6c2dcb455..45989ecc670e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhythmbox-plugin-alternative-toolbar-git
pkgdesc = Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden
- pkgver = 0.r251.1427c62
+ pkgver = 0.r267.f2440cd
pkgrel = 1
url = https://github.com/fossfreedom/alternative-toolbar
install = rhythmbox-plugin-alternative-toolbar.install
@@ -8,6 +8,7 @@ pkgbase = rhythmbox-plugin-alternative-toolbar-git
license = GPL3
makedepends = git
makedepends = gettext
+ makedepends = intltool
depends = python-gobject
depends = python-lxml
depends = rhythmbox
diff --git a/PKGBUILD b/PKGBUILD
index e9b996170405..1c30d7172b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Old maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rhythmbox-plugin-alternative-toolbar-git
-pkgver=0.r251.1427c62
+pkgver=0.r267.f2440cd
pkgrel=1
pkgdesc='Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden'
url='https://github.com/fossfreedom/alternative-toolbar'
arch=('any')
license=('GPL3')
depends=('python-gobject' 'python-lxml' 'rhythmbox')
-makedepends=('git' 'gettext')
+makedepends=('git' 'gettext' 'intltool')
provides=('rhythmbox-plugin-alternative-toolbar')
conflicts=('rhythmbox-plugin-alternative-toolbar')
install='rhythmbox-plugin-alternative-toolbar.install'