diff options
Diffstat (limited to 'community/tinyproxy/PKGBUILD')
-rw-r--r-- | community/tinyproxy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tinyproxy/PKGBUILD b/community/tinyproxy/PKGBUILD index cffd856ec..03b16dfbb 100644 --- a/community/tinyproxy/PKGBUILD +++ b/community/tinyproxy/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74395 2012-07-26 13:54:21Z lfleischer $ +# $Id: PKGBUILD 80139 2012-11-16 17:14:04Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Andrea Zucchelli <zukka77@gmail.com> pkgname=tinyproxy pkgver=1.8.3 -pkgrel=5 +pkgrel=6 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.' arch=('i686' 'x86_64') url='https://banu.com/tinyproxy/' @@ -19,7 +19,7 @@ source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2" md5sums=('292ac51da8ad6ae883d4ebf56908400d' '90eb2b3371e56d5a784fd826d4a6e5f8' '3c2764578f26581346fe312da0519a3e' - '8e97b05cc8c87f7efefbf957e77c7f18') + '299ca484c08d9873c74e1eb96f6a5cc0') build() { cd "${srcdir}/${pkgname}-${pkgver}" |