summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 908425465f94..6c98fc43b1a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xfce4-windowck-plugin-bobko-mod
pkgver=0.4.5
-pkgrel=1
+pkgrel=2
pkgdesc="Xfce panel plugin which allows to put the maximized window title and buttons on the panel. bobko mod"
arch=('i686' 'x86_64')
url="https://github.com/nikitabobko/xfce4-windowck-plugin-bobko-mod"
@@ -17,14 +17,11 @@ sha256sums=('e7fe5f224cbe8555d2580c91fab62febc8c3859a01abeb30b6a506bf99f2ffaa')
build() {
cd "$srcdir/${pkgname}-$pkgver"
- echo -------before
./autogen.sh --prefix=/usr
- echo -------after
make
}
package() {
cd "$srcdir/${pkgname}-$pkgver"
- echo -------$pkgdir
make DESTDIR="$pkgdir" install
}