summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryadieet2016-11-20 11:04:49 +0700
committeryadieet2016-11-20 11:04:49 +0700
commit04130943e7ec1f0185ce7a7712a996e961624a5d (patch)
treecc29bd890696751a403548dd2ab0bebd1f6abcad
parent06f9c12bbacf851ec7a6e541fc8f90e2f2264725 (diff)
downloadaur-04130943e7ec1f0185ce7a7712a996e961624a5d.tar.gz
1.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61fe2ea570b5..8d27e6f95a17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sudx
pkgdesc = Run bash shell as another user with D-Bus enabled, useful for running GUI/X applications that need D-Bus.
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/yadieet/sudx
arch = i686
@@ -13,9 +13,9 @@ pkgbase = sudx
depends = util-linux=2.28.2
options = strip
source = https://www.kernel.org/pub/linux/utils/util-linux/v2.28/util-linux-2.28.2.tar.xz
- source = sudx-1.3.patch::https://raw.githubusercontent.com/yadieet/sudx/48dd93c1fcfd270ddea100764a955fb28bba5017/sudx.patch
+ source = sudx-1.4.patch::https://raw.githubusercontent.com/yadieet/sudx/0b9ff3cf1ec1bc8a84836660c50f1120a350880a/sudx.patch
md5sums = 46a232a37bce45371a86d19300edc47a
- md5sums = e27c7a4670c8d70a4cc784c60d427a56
+ md5sums = 85278ea7962d11b38a32d80d13e6dd05
pkgname = sudx
diff --git a/PKGBUILD b/PKGBUILD
index d61494f19674..9f154434c489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: yadieet <yadieet@gmail.com>
pkgname=sudx
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Run bash shell as another user with D-Bus enabled, useful for running GUI/X applications that need D-Bus."
url="https://github.com/yadieet/sudx"
@@ -12,11 +12,12 @@ depends=('bash' 'dbus' "util-linux=$ulmajver.$ulminver")
makedepends=('systemd' 'python')
license=('GPL2')
options=('strip')
+gcid=0b9ff3cf1ec1bc8a84836660c50f1120a350880a
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$ulmajver/util-linux-$ulmajver.$ulminver.tar.xz"
- "sudx-$pkgver.patch::https://raw.githubusercontent.com/yadieet/sudx/48dd93c1fcfd270ddea100764a955fb28bba5017/sudx.patch")
+ "sudx-$pkgver.patch::https://raw.githubusercontent.com/yadieet/sudx/$gcid/sudx.patch")
md5sums=('46a232a37bce45371a86d19300edc47a'
- 'e27c7a4670c8d70a4cc784c60d427a56')
+ '85278ea7962d11b38a32d80d13e6dd05')
prepare() {
cd "util-linux-$ulmajver.$ulminver"