[arch-commits] Commit in xfce4-notes-plugin/trunk (PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Sun Apr 29 01:53:52 UTC 2012
Date: Saturday, April 28, 2012 @ 21:53:51
Author: eric
Revision: 157622
upgpkg: xfce4-notes-plugin 1.7.7-4
Rebuild against xfce4 4.10.0
Modified:
xfce4-notes-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-29 01:53:41 UTC (rev 157621)
+++ PKGBUILD 2012-04-29 01:53:51 UTC (rev 157622)
@@ -4,7 +4,7 @@
pkgname=xfce4-notes-plugin
pkgver=1.7.7
-pkgrel=3
+pkgrel=4
pkgdesc="A notes plugin for the Xfce4 panel"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -18,7 +18,7 @@
md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,6 +29,6 @@
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list