[arch-commits] Commit in libnewt/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Mar 6 21:42:50 UTC 2017
Date: Monday, March 6, 2017 @ 21:42:50
Author: arodseth
Revision: 215161
upgpkg: libnewt 0.52.19-3
Modified:
libnewt/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-06 21:12:00 UTC (rev 215160)
+++ PKGBUILD 2017-03-06 21:42:50 UTC (rev 215161)
@@ -6,19 +6,19 @@
pkgname=libnewt
pkgver=0.52.19
-pkgrel=2
+pkgrel=3
_tclver=8.6
pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
arch=('x86_64' 'i686')
-url='https://fedorahosted.org/newt/'
+url='https://pagure.io/newt'
license=('GPL')
depends=('slang' 'popt' 'gpm')
makedepends=("tcl>=$_tclver" 'python' 'python2')
-optdepends=('tcl: whiptcl support' \
+optdepends=('tcl: whiptcl support'
'python: libnewt support with the _snack module'
'python2: libnewt support with the _snack module')
options=('!makeflags')
-source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
+source=("https://releases.pagure.org/newt/newt-$pkgver.tar.gz")
sha256sums=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
prepare() {
@@ -39,5 +39,4 @@
make -C "newt-$pkgver" prefix="$pkgdir/usr" install
}
-# getver: https://git.fedorahosted.org/cgit/newt.git/plain/CHANGES
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list