[arch-commits] Commit in muparser/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Nov 30 20:28:12 UTC 2011


    Date: Wednesday, November 30, 2011 @ 15:28:11
  Author: andrea
Revision: 143908

upgpkg: muparser 1.34-2

Rebuilt to fix build and sign package

Modified:
  muparser/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-30 20:27:25 UTC (rev 143907)
+++ PKGBUILD	2011-11-30 20:28:11 UTC (rev 143908)
@@ -4,13 +4,14 @@
 
 pkgname=muparser
 pkgver=1.34
-pkgrel=1
-pkgdesc="a fast math parser library"
+pkgrel=2
+pkgdesc="A fast math parser library"
 arch=('i686' 'x86_64')
 url="http://muparser.sourceforge.net/"
-depends=('glibc' 'gcc-libs')
+depends=('gcc-libs')
 license=('custom')
-source=(http://downloads.sourceforge.net/$pkgname/muparser_v134.tar.gz)
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/${pkgname}_v134.tar.gz")
 md5sums=('0c4f4bf86aa2a5a737adc0e08cb77737')
 
 build() {
@@ -25,6 +26,5 @@
 
   # license
   install -D -m644 License.txt \
-	$pkgdir/usr/share/licenses/${pkgname}/License
+	$pkgdir/usr/share/licenses/${pkgname}/LICENSE
 }
-




More information about the arch-commits mailing list