summaryrefslogtreecommitdiff
path: root/community/squid/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/squid/PKGBUILD')
-rw-r--r--community/squid/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index 710934ed7..00dad4da2 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 105249 2014-02-03 11:29:24Z spupykin $
+# $Id: PKGBUILD 106151 2014-02-24 09:06:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Coolen <mark.coolen@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@@ -6,7 +6,7 @@
pkgname=squid
pkgver=3.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
url='http://www.squid-cache.org'
@@ -20,11 +20,13 @@ install=$pkgname.install
source=("http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2"
'squid.pam'
'squid.cron'
- 'squid.service')
+ 'squid.service'
+ 'squid.tmpfiles')
md5sums=('4c4c53d2260afd6e7e2dd7c445c92920'
'270977cdd9b47ef44c0c427ab9034777'
'a71425c4951f2e5b640d19e6a5048531'
- 'ceeb57c69ebb165676219222f109a24e')
+ 'ceeb57c69ebb165676219222f109a24e'
+ 'd243da117c1aee03c0cc6052f023a380')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -76,6 +78,7 @@ package() {
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
install -Dm755 "$srcdir/squid.cron" "$pkgdir/etc/cron.weekly/squid"
install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
+ install -Dm644 "$srcdir/squid.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/squid.conf"
install -Dm644 "$srcdir/squid.service" \
"$pkgdir/usr/lib/systemd/system/squid.service"
rm -rf "$pkgdir/run" "$pkgdir/var/run"