summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de95b1af9601..e87457e6ef45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-windowck-plugin-bobko-mod
pkgdesc = Xfce panel plugin which allows to put the maximized window title and buttons on the panel. bobko mod
pkgver = 0.4.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nikitabobko/xfce4-windowck-plugin-bobko-mod
arch = i686
arch = x86_64
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
}