diff options
author | Francisco Lopes | 2021-05-10 23:41:22 -0300 |
---|---|---|
committer | Francisco Lopes | 2021-05-10 23:41:22 -0300 |
commit | 540b0bd208c874bc246786d0a5d6706110597fc7 (patch) | |
tree | f4d71caf2fab4341ab844aabf3422c50c285194b /PKGBUILD | |
parent | 1b1c6dfc8bfedae5f6d850caa90e02315c59a135 (diff) | |
download | aur-interception-xswitch.tar.gz |
0.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Francisco Lopes <francisco+interception@nosubstance.me> pkgname=interception-xswitch -pkgver=0.1.6 -pkgrel=3 +pkgver=0.1.7 +pkgrel=1 pkgdesc='xswitch: an Interception Tools tool to redirect stdin to a muxer if a X window matches' arch=('x86_64') license=('MIT') @@ -9,7 +9,7 @@ url='https://gitlab.com/interception/linux/plugins/xswitch' depends=('interception-tools' 'glibc' 'libx11' 'libxmu') makedepends=('boost' 'cmake' 'gcc') source=("https://gitlab.com/interception/linux/plugins/xswitch/-/archive/v${pkgver}/xswitch-v${pkgver}.tar.gz") -sha256sums=('08b6a8c6e0bc901899ba4bdcf4612492a3f94459f86159a6ad3eb3e7513af2b6') +sha256sums=('481127c2337502b2b98a8053fb69333b6f95b8aaf5696921c2845545db718446') build() { cd ${srcdir}/xswitch-v${pkgver} |