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

Anatol Pomozov anatolik at archlinux.org
Thu Feb 19 16:12:19 UTC 2015


    Date: Thursday, February 19, 2015 @ 17:12:18
  Author: anatolik
Revision: 127987

upgpkg: cmocka 1.0.0-1

Modified:
  cmocka/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-19 15:04:47 UTC (rev 127986)
+++ PKGBUILD	2015-02-19 16:12:18 UTC (rev 127987)
@@ -3,7 +3,7 @@
 
 pkgname=cmocka
 url='http://cmocka.org/'
-pkgver=0.4.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='an elegant unit testing framework for C with support for mock objects'
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 license=(GPL)
 depends=(glibc)
 makedepends=(cmake)
-source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.tar.bz2)
-sha1sums=('215378198f489033d982122e34168d9d225e2f5b')
+source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.zip)
+sha1sums=('e4bcc4358549ca83ad792ae0d911194c800ab627')
 
 build() {
   rm -rf build; mkdir build



More information about the arch-commits mailing list