[arch-commits] Commit in xmobar/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Feb 24 18:40:13 UTC 2016
Date: Wednesday, February 24, 2016 @ 19:40:13
Author: jelle
Revision: 163330
Resolve FS#48081
Modified:
xmobar/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-24 17:38:06 UTC (rev 163329)
+++ PKGBUILD 2016-02-24 18:40:13 UTC (rev 163330)
@@ -4,7 +4,7 @@
pkgname=xmobar
pkgver=0.23.1
-pkgrel=10
+pkgrel=11
pkgdesc="A Minimalistic Text Based Status Bar"
url="http://hackage.haskell.org/package/xmobar"
license=('custom:BSD3')
@@ -16,14 +16,14 @@
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
build() {
- cd ${srcdir}/xmobar-$pkgver
+ cd xmobar-$pkgver
- runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
+ runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
runhaskell Setup build
}
package() {
- cd ${srcdir}/xmobar-$pkgver
+ cd xmobar-$pkgver
runhaskell Setup copy --destdir=${pkgdir}
install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list