summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbudRich2023-01-27 22:20:45 +0000
committerbudRich2023-01-27 22:20:45 +0000
commit2b852ed5e7e11fb79a85e806775abdf30f3f3316 (patch)
tree941e3120217edead3dc041ff1cabb255c4e578f8 /PKGBUILD
parentcb538bfffc5dc23558ffc9f453f248de33f7cfdf (diff)
downloadaur-2b852ed5e7e11fb79a85e806775abdf30f3f3316.tar.gz
removed conflicts (i3-gaps)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 954d360e009f..cb0dadf9bdee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=i3ass
pkgver=2022.07.21.1
-pkgrel=1
+pkgrel=2
pkgdesc='A bash-script collection to assist the use of i3-wm.'
arch=('any')
url='https://github.com/budlabs/i3ass'
@@ -11,7 +11,6 @@ license=('MIT')
depends=('bash>=4.0.0' 'i3-wm' 'gawk' 'sed')
makedepends=('gawk' 'sed')
optdepends=('rofi' 'xdotool')
-conflicts=('i3-gaps')
source=("$url/archive/$pkgver/${pkgname}-$pkgver.tar.gz")
sha256sums=('13c1e989a5ff9b3d53d03f88704eeae76764abb8214f782c77e2d535d741ed34')
_trgdir="$pkgname-$pkgver"