summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor3D2019-03-12 23:11:21 +0300
committerVictor3D2019-03-12 23:11:21 +0300
commit93538ed89f23edc0d079fa81ec6bb55352ed5868 (patch)
tree8ae019198fae535bf34a7db7129083e2c0a8819f
parent6cdce9035a1a4387219839e98d1f2fb4746d8172 (diff)
downloadaur-93538ed89f23edc0d079fa81ec6bb55352ed5868.tar.gz
Update to version 2.18
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 044c272a61a0..c65388f596ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = links-g-directfb
pkgdesc = A text WWW browser, similar to Lynx (with directfb, X and fb graphics)
- pkgver = 2.14
+ pkgver = 2.18
pkgrel = 1
url = http://links.twibright.com/
arch = i686
@@ -12,7 +12,6 @@ pkgbase = links-g-directfb
depends = xz
depends = openssl
depends = gpm
- depends = directfb
depends = libx11
depends = libtiff
depends = libpng
@@ -24,9 +23,9 @@ pkgbase = links-g-directfb
conflicts = links
conflicts = links-g
replaces = links-g
- source = http://links.twibright.com/download/links-2.14.tar.bz2
+ source = http://links.twibright.com/download/links-2.18.tar.bz2
source = links.desktop
- sha256sums = f70d0678ef1c5550953bdc27b12e72d5de86e53b05dd59b0fc7f07c507f244b8
+ sha256sums = 678cc1ab347cc90732b1925a11db7fbe12ce883fcca631f91696453a83819057
sha256sums = e3aed7cda8ccb14295aa28508f528140541e5cc52659186d1f2c1122b0703bcc
pkgname = links-g-directfb
diff --git a/PKGBUILD b/PKGBUILD
index eb4f360c0926..ee890ec4f19f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: lks <lukas dot graetz at web dot de>
+# Maintainer: Victor3D <webmaster@victor3d.com.br>
+# Contributor: lks <lukas dot graetz at web dot de>
# Contributor: JokerBoy <jokerboy at punctweb dot ro>
# Contributor: sqwishy <sqwishybon@gmail.com>
# Contributor: Duologic
-
_pkgname=links
pkgname=links-g-directfb
-pkgver=2.14
+pkgver=2.18
pkgrel=1
pkgdesc="A text WWW browser, similar to Lynx (with directfb, X and fb graphics)"
arch=('i686' 'x86_64' 'armv7h')
@@ -14,13 +14,13 @@ url="http://links.twibright.com/"
license=('GPL')
# 'libx11' 'libxt' packages are for the x11 backend
# 'directfb' package is for the directfb backend
-depends=('bzip2' 'xz' 'openssl' 'gpm' 'directfb' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
+depends=('bzip2' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
makedepends=('libxt')
provides=('links' 'links-g')
conflicts=('links' 'links-g')
replaces=('links-g')
source=(http://links.twibright.com/download/${_pkgname}-${pkgver}.tar.bz2 links.desktop)
-sha256sums=('f70d0678ef1c5550953bdc27b12e72d5de86e53b05dd59b0fc7f07c507f244b8'
+sha256sums=('678cc1ab347cc90732b1925a11db7fbe12ce883fcca631f91696453a83819057'
'e3aed7cda8ccb14295aa28508f528140541e5cc52659186d1f2c1122b0703bcc')
prepare() {