summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 036b174318be..565532b23270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Old maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rhythmbox-plugin-alternative-toolbar-git
-pkgver=0.r291.c5b9af4
-pkgrel=2
+pkgver=0.r296.3fe2958
+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')
@@ -13,9 +13,8 @@ makedepends=('git' 'gettext' 'intltool')
provides=('rhythmbox-plugin-alternative-toolbar')
conflicts=('rhythmbox-plugin-alternative-toolbar')
install='rhythmbox-plugin-alternative-toolbar.install'
-source=('rhythmbox-plugin-alternative-toolbar::git+https://github.com/fossfreedom/alternative-toolbar.git' 'rb.patch')
-sha256sums=('SKIP'
- '0e41843a342ec21e3838013856dd21ffcf178bdc05441dbc84da2e476e7aab3b')
+source=('rhythmbox-plugin-alternative-toolbar::git+https://github.com/fossfreedom/alternative-toolbar.git')
+sha256sums=('SKIP')
pkgver() {
cd rhythmbox-plugin-alternative-toolbar
@@ -25,7 +24,6 @@ pkgver() {
package() {
cd rhythmbox-plugin-alternative-toolbar
- patch -lp0 < ../rb.patch
./autogen.sh --prefix=${pkgdir}/usr
make
make install