summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2016-12-04 09:08:22 -0500
committerDrew DeVault2016-12-04 09:08:22 -0500
commitd7da6f50df137217a217bc879fa5cf95b8f308f4 (patch)
treed1570b7b12f11a103d8793b61c9bc056a6e6c532 /PKGBUILD
parenta06f880ac176a6424279ea657c46aa818f2aa86a (diff)
downloadaur-d7da6f50df137217a217bc879fa5cf95b8f308f4.tar.gz
Add sys_cap_ptrace
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3fa09636417..b5afa8259060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
-pkgver=r1461.54c635c
+pkgver=r2030.35b8d18
pkgrel=1
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
@@ -25,6 +25,7 @@ source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git")
sha1sums=('SKIP')
provides=('sway')
conflicts=('sway')
+install=sway-git.install
pkgver() {
cd "${srcdir}/${_pkgname}"