summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 872007442b18..0ab74dafc797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = xpub
- pkgdesc = Bash script to get X display environment variables from anywhere.
- pkgver = 0.5
- pkgrel = 2
+ pkgdesc = Shell script to get user's display environment variables of any TTY from anywhere.
+ pkgver = 0.6
+ pkgrel = 1
url = https://github.com/Ventto/xpub.git
arch = any
license = MIT
makedepends = help2man
- depends = bash
provides = xpub
conflicts = xpub
- source = https://github.com/Ventto/xpub/archive/v0.5.tar.gz
+ source = https://github.com/Ventto/xpub/archive/v0.6.tar.gz
sha256sums = SKIP
pkgname = xpub
diff --git a/PKGBUILD b/PKGBUILD
index 399cdfe32b05..85f10ecbc1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=xpub
-pkgver=0.5
-pkgrel=2
-pkgdesc='Bash script to get X display environment variables from anywhere.'
+pkgver=0.6
+pkgrel=1
+pkgdesc="Shell script to get user's display environment variables of any TTY from anywhere."
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
license=('MIT')
-depends=('bash')
provides=("${pkgname}")
conflicts=("${pkgname}")
makedepends=('help2man')