[arch-commits] Commit in libnewt/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri May 31 07:35:34 UTC 2019
Date: Friday, May 31, 2019 @ 07:35:33
Author: arodseth
Revision: 475862
upgpkg: libnewt 0.52.21-1
Modified:
libnewt/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-31 07:35:07 UTC (rev 475861)
+++ PKGBUILD 2019-05-31 07:35:33 UTC (rev 475862)
@@ -1,24 +1,24 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
# Contributor: Roman Kyrylych <roman at archlinux.org>
# Contributor: Tom Killian <tomk at runbox.com>
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=libnewt
-pkgver=0.52.20
-pkgrel=2
+pkgver=0.52.21
+pkgrel=1
_tclver=8.6
pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=('x86_64')
+arch=(x86_64)
url='https://pagure.io/newt'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
+license=(GPL)
+depends=(slang popt gpm)
makedepends=("tcl>=$_tclver" 'python' 'python2')
optdepends=('tcl: whiptcl support'
'python: libnewt support with the _snack module'
'python2: libnewt support with the _snack module')
-options=('!makeflags')
+options=(!makeflags)
source=("https://releases.pagure.org/newt/newt-$pkgver.tar.gz")
-sha256sums=('8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc')
+sha256sums=('265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31')
prepare() {
cd "newt-$pkgver"
More information about the arch-commits
mailing list