diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-26 10:54:14 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-26 10:54:14 -0300 |
commit | 38e7e59a562c5f8ea83719e4dfd5cd4c9917d5b1 (patch) | |
tree | 8097f94554cc6e2c64d19db24e56e70e041e7757 /community/inn | |
parent | 328b5407de9f088d32c429b1b37f6efde3da06f8 (diff) | |
parent | 7d3e94229ca9849421d263542eb2c61f64a91c10 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/bird/PKGBUILD
community/gmic/PKGBUILD
community/linux-tools/PKGBUILD
community/linux-tools/cpupower.systemd
community/linux-tools/usbipd.service
community/macchanger/PKGBUILD
community/ndisc6/PKGBUILD
community/nemiver/PKGBUILD
core/gpgme/PKGBUILD
extra/amarok/PKGBUILD
extra/java-commons-daemon/PKGBUILD
extra/libao/PKGBUILD
extra/liblastfm/PKGBUILD
Diffstat (limited to 'community/inn')
-rw-r--r-- | community/inn/PKGBUILD | 7 | ||||
-rw-r--r-- | community/inn/inn.tmpfiles | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD index ab6e3ca69..9ec3784ca 100644 --- a/community/inn/PKGBUILD +++ b/community/inn/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 76159 2012-09-12 10:42:46Z spupykin $ +# $Id: PKGBUILD 82923 2013-01-25 21:39:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Edward Tjörnhammar <xhemi@cube2.se> # Contributor: Edward Tjörnhammar <xhemi@cube2.se> pkgname=inn pkgver=2.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers." url="http://www.isc.org/software/inn/" arch=('i686' 'x86_64' 'mips64el') @@ -52,6 +52,7 @@ source=(http://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz innd.conf nnrpd.conf innd.service + inn.tmpfiles site.make.patch) md5sums=('353fe95232828ddbc80debff86c240bc' 'a243d9498568f1beee20da5684b5fbfc' @@ -59,6 +60,7 @@ md5sums=('353fe95232828ddbc80debff86c240bc' 'fbf1d2c5b3c5a08ae3e515c71c2e2e4a' 'bb4bbe86ae52fbbf08b0f6f370dea052' '9da925a486fcf0cd67fdf462cbb9c0b4' + '050b7bffff3361c673a118739e42349e' '960c800026ed6e03901cf0bafdfd53d8') build() { @@ -133,4 +135,5 @@ package() { chmod 05555 $pkgdir/usr/bin/innbind install -Dm0644 $srcdir/innd.service $pkgdir/usr/lib/systemd/system/innd.service + install -Dm0644 $srcdir/inn.tmpfiles $pkgdir/usr/lib/tmpfiles.d/inn.conf } diff --git a/community/inn/inn.tmpfiles b/community/inn/inn.tmpfiles new file mode 100644 index 000000000..234b97c2c --- /dev/null +++ b/community/inn/inn.tmpfiles @@ -0,0 +1 @@ +d /run/inn 0755 news news - |