[arch-commits] Commit in musl (.AURINFO trunk/PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Wed Oct 15 10:26:25 UTC 2014


    Date: Wednesday, October 15, 2014 @ 12:26:25
  Author: spupykin
Revision: 120698

Modified:
  musl/trunk/PKGBUILD
Deleted:
  musl/.AURINFO

----------------+
 .AURINFO       |   19 -------------------
 trunk/PKGBUILD |    4 ++--
 2 files changed, 2 insertions(+), 21 deletions(-)

Deleted: .AURINFO
===================================================================
--- .AURINFO	2014-10-15 08:15:55 UTC (rev 120697)
+++ .AURINFO	2014-10-15 10:26:25 UTC (rev 120698)
@@ -1,19 +0,0 @@
-pkgbase = musl
-	pkgdesc = An implementation of the C/POSIX standard library intended for use on Linux-based systems
-	pkgver = 1.0.4
-	pkgrel = 1
-	url = http://www.musl-libc.org/
-	arch = i686
-	arch = x86_64
-	license = MIT
-	makedepends = make
-	provides = musl
-	conflicts = musl-mainline
-	source = CHANGELOG
-	source = http://www.musl-libc.org/releases/musl-1.0.4.tar.gz
-	options = staticlibs
-	options = !buildflags
-	options = !strip
-
-pkgname = musl
-

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2014-10-15 08:15:55 UTC (rev 120697)
+++ trunk/PKGBUILD	2014-10-15 10:26:25 UTC (rev 120698)
@@ -3,7 +3,7 @@
 # Contributor: TJ Vanderpoel <tj at rubyists>
 
 pkgname=musl
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc='Lightweight implementation of C standard library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('make')
 options=('staticlibs' '!buildflags')
 source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('f18f3bdbe088438cd64a5313c19a7312')
+md5sums=('94f8aa9dab80229fed68991bb9984cc5')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list