[arch-commits] Commit in xmonad-contrib/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Jul 26 10:12:15 UTC 2014
Date: Saturday, July 26, 2014 @ 12:12:15
Author: jelle
Revision: 116368
remove unneeded patch
Modified:
xmonad-contrib/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-26 10:11:31 UTC (rev 116367)
+++ PKGBUILD 2014-07-26 10:12:15 UTC (rev 116368)
@@ -13,15 +13,9 @@
depends=('ghc=7.8.3-2' 'xmonad=0.11-9' 'sh' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1')
install='xmonad-contrib.install'
options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz 'remove_unnecessary_contexts.patch')
-md5sums=('285617f4c832d6df77087604c7160757'
- '724a45ea306054ddb7f8a42b185e708f')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('285617f4c832d6df77087604c7160757')
-prepare() {
- cd $srcdir/$pkgname-$pkgver
-# patch -Np1 -i $srcdir/remove_unnecessary_contexts.patch
-}
-
build() {
cd $srcdir/$pkgname-$pkgver
More information about the arch-commits
mailing list