summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuftedocelot2016-10-08 10:28:41 -0500
committertuftedocelot2016-10-08 10:28:41 -0500
commit3dbccd175e0ee4b023146c4125c6adfe8143d509 (patch)
treef8a49288b3c03b496a5675748c62b5eae9151ee1
parent6ea877d0aa3993f783890c205d19a609a6b2a8e2 (diff)
downloadaur-3dbccd175e0ee4b023146c4125c6adfe8143d509.tar.gz
x3270: update to latest version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5533ba21dcc4..e05322957963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 18:26:00 UTC 2016
+# Sat Oct 8 15:27:31 UTC 2016
pkgbase = x3270
pkgdesc = An IBM 3270 terminal emulator for the X Window System
- pkgver = 3.4ga10
+ pkgver = 3.5ga8
pkgrel = 1
url = http://x3270.bgp.nu/
install = x3270.install
@@ -22,9 +22,9 @@ pkgbase = x3270
depends = libxaw
depends = xorg-mkfontdir
backup = etc/x3270/ibm_hosts
- source = http://downloads.sourceforge.net/sourceforge/x3270/suite3270-3.4ga10-src.tgz
+ source = http://downloads.sourceforge.net/sourceforge/x3270/suite3270-3.5ga8-src.tgz
source = x3270.desktop
- sha256sums = e9c1b46a61e4e727538fa942657c7eea7eef42de916a78c72a086b57330e2417
+ sha256sums = 04d98c2644d8acc3b0089f85558074623500bc194c41609298b344b6e5d905d2
sha256sums = bb3f1a301ca4f6d6d4f4cafe451945a55a9af7995d712a0f314fc58dfb16da6f
pkgname = x3270
diff --git a/PKGBUILD b/PKGBUILD
index 0fac00b728f9..20939d67acd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tuftedocelot <tuftedocelot@fastmail.fm>
# Contributor: Davbo <dave@davbo.org>
pkgname=x3270
-pkgver=3.4ga10
+pkgver=3.5ga8
pkgrel=1
pkgdesc="An IBM 3270 terminal emulator for the X Window System"
arch=('i686' 'x86_64')
@@ -14,14 +14,13 @@ install=x3270.install
source=(http://downloads.sourceforge.net/sourceforge/x3270/suite3270-$pkgver-src.tgz
x3270.desktop)
-sha256sums=('e9c1b46a61e4e727538fa942657c7eea7eef42de916a78c72a086b57330e2417'
+sha256sums=('04d98c2644d8acc3b0089f85558074623500bc194c41609298b344b6e5d905d2'
'bb3f1a301ca4f6d6d4f4cafe451945a55a9af7995d712a0f314fc58dfb16da6f')
build() {
cd $srcdir/suite3270-${pkgver:0:3}
./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270
- make depend || return 1
make || return 1
}