summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Ianu2020-06-22 00:25:05 +0300
committerAlexandru Ianu2020-06-22 00:25:05 +0300
commit8ed60d3641b830a1fe976b932b2dd3e18708fd6f (patch)
tree1f801fe42e573d3dee0b5df01b51ed5c36dd7fb2
parentbda280defb15e2484a8fe7b6eee39c63e1871cf2 (diff)
downloadaur-8ed60d3641b830a1fe976b932b2dd3e18708fd6f.tar.gz
Make depends update to lynx
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b760e7012a9..1973064f2130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = xdg-su
pkgdesc = Run a program as root with the most environment appropriate available graphical authentication agent
pkgver = 1.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tarakbumba/xdg-su
arch = any
license = MIT
- makedepends = links
+ makedepends = lynx
makedepends = xmlto
makedepends = docbook-xsl
depends = sh
diff --git a/PKGBUILD b/PKGBUILD
index c27f85e7d6b9..00c7ce173eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=xdg-su
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Run a program as root with the most environment appropriate available graphical authentication agent"
arch=('any')
url="https://github.com/tarakbumba/xdg-su"
license=('MIT')
depends=('sh')
-makedepends=('links' 'xmlto' 'docbook-xsl')
+makedepends=('lynx' 'xmlto' 'docbook-xsl')
source=("https://github.com/tarakbumba/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
sha1sums=('e92fd399b39f7b38d7bbfc7b834c78e551b2eee5')