diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-02 10:17:37 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-02 10:17:37 +0100 |
commit | ebfec135472b53e63f0542048f966fe6f6c5e2f9 (patch) | |
tree | 13474bddc294aadb74c62ae1fcfdb11f564ae831 /community/sarg/PKGBUILD | |
parent | 1604884117f74aa37ac283f72a3c57cf5473f7ed (diff) | |
parent | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (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/sarg/PKGBUILD')
-rw-r--r-- | community/sarg/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD index 51e9ff93a..63f0fe90f 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 73875 2012-07-16 07:53:58Z spupykin $ +# $Id: PKGBUILD 83444 2013-02-01 09:35:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: JJDaNiMoTh <jjdanimoth.aur@gmail.com> # Contributor: Tino Reichardt <milky-archlinux@mcmilk.de> pkgname=sarg -pkgver=2.3.1 -pkgrel=5 +pkgver=2.3.5 +pkgrel=1 pkgdesc="Squid Analysis Report Generator" arch=('i686' 'x86_64' 'mips64el') url="http://sarg.sourceforge.net" @@ -17,7 +17,7 @@ backup=('etc/sarg/css.tpl' 'etc/sarg/sarg.conf' 'etc/sarg/user_limit_block') source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz) -md5sums=('bf637b8a820b81e2c55e815934151b4d') +md5sums=('a10545aa0571f73789d81dcfca5bfb3c') build() { cd ${srcdir}/$pkgname-$pkgver |