summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-02-01 22:36:22 +0100
committerThomas Venries2017-02-01 22:36:22 +0100
commit8be64d0073315afa19c72f0831fa98df796b5897 (patch)
treeff6ed9158f7736f8e3081a6471ae6219fade99ff
parent9a444d71f31fd25180befe878f5e933222f8d17d (diff)
downloadaur-8be64d0073315afa19c72f0831fa98df796b5897.tar.gz
Add release v0.3
Fixes: * Shellcheck warnings (double quoting) * Changed output regarding Wayland
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f384b81a926..39952c020131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xpub
pkgdesc = Bash script to get X display environment variables from anywhere.
- pkgver = 0.1
- pkgrel = 2
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/Ventto/xpub.git
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = xpub
depends = bash
provides = xpub
conflicts = xpub
- source = https://github.com/Ventto/xpub/archive/v0.1.tar.gz
+ source = https://github.com/Ventto/xpub/archive/v0.3.tar.gz
sha256sums = SKIP
pkgname = xpub
diff --git a/PKGBUILD b/PKGBUILD
index 6cb2e821c9c2..ccee68706871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=xpub
-pkgver=0.1
-pkgrel=2
+pkgver=0.3
+pkgrel=1
pkgdesc='Bash script to get X display environment variables from anywhere.'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"