[arch-commits] Commit in inn/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Jan 1 19:33:59 UTC 2020


    Date: Wednesday, January 1, 2020 @ 19:33:59
  Author: jelle
Revision: 545896

upgpkg: inn 2.6.3-4

Switch package to python3

Modified:
  inn/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-01 19:32:31 UTC (rev 545895)
+++ PKGBUILD	2020-01-01 19:33:59 UTC (rev 545896)
@@ -4,14 +4,14 @@
 
 pkgname=inn
 pkgver=2.6.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/othersoftware/"
 arch=('x86_64')
 license=("custom:INN")
 depends=('openssl' 'perl-mime-tools')
-makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('python2' 'libsasl')
+makedepends=('make' 'bison' 'python' 'gcc' 'smtp-forwarder' 'libsasl')
+optdepends=('python' 'libsasl')
 options=(emptydirs docs zipman)
 install=inn.install
 backup=(etc/inn/innwatch.ctl
@@ -67,7 +67,7 @@
 
 build() {
   cd "$srcdir"/inn-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python ./configure --prefix=/usr \
 	--includedir=/usr/include/inn \
 	--sbindir=/usr/sbin \
 	--with-libtool \



More information about the arch-commits mailing list