summaryrefslogtreecommitdiff
path: root/community/google-glog
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-02 10:17:37 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-02 10:17:37 +0100
commitebfec135472b53e63f0542048f966fe6f6c5e2f9 (patch)
tree13474bddc294aadb74c62ae1fcfdb11f564ae831 /community/google-glog
parent1604884117f74aa37ac283f72a3c57cf5473f7ed (diff)
parent2f5224819ae83de6e9d8de008d5f2dc24769cb0d (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/libchewing/PKGBUILD extra/ntfs-3g_ntfsprogs/PKGBUILD extra/scim-chewing/PKGBUILD
Diffstat (limited to 'community/google-glog')
-rw-r--r--community/google-glog/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/google-glog/PKGBUILD b/community/google-glog/PKGBUILD
index 82ab474cb..29852c517 100644
--- a/community/google-glog/PKGBUILD
+++ b/community/google-glog/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 80554 2012-11-25 02:18:10Z fyan $
+# $Id: PKGBUILD 83436 2013-02-01 07:03:30Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Ian Yang <doit.ian@gmail.com>
pkgname=google-glog
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Logging library for C++"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,7 +13,6 @@ depends=('gcc-libs')
makedepends=('make' 'gcc')
options=('!libtool')
source=("http://google-glog.googlecode.com/files/glog-${pkgver}.tar.gz")
-md5sums=('897fbff90d91ea2b6d6e78c8cea641cc')
build() {
cd "$srcdir/glog-${pkgver}"
@@ -31,3 +30,5 @@ package() {
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
+
+md5sums=('a6fd2c22f8996846e34c763422717c18')