summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-08-22 00:10:52 +0200
committerpiotr2022-08-22 00:10:52 +0200
commit2a74b825b5adc419ac5d61e79054ee1766855033 (patch)
treebfec8e4fc9c36756d6a5820f73912f7884acbd67
parentb32f23802a5adfd1b7c96f363c032deb3449f864 (diff)
downloadaur-2a74b825b5adc419ac5d61e79054ee1766855033.tar.gz
resolve package conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed88d58d542e..d5178a32862a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = autotiling
pkgdesc = Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
pkgver = 1.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nwg-piotr/autotiling
arch = x86_64
license = GPL3
makedepends = python-setuptools
makedepends = python-wheel
depends = python-i3ipc
+ provides = autotiling
+ conflicts = autotiling
+ conflicts = autotiling-git
source = autotiling-1.6.tar.gz::https://github.com/nwg-piotr/autotiling/archive/v1.6.tar.gz
md5sums = 8fcbe5a35c0ff357dca6740e034cb216
diff --git a/PKGBUILD b/PKGBUILD
index 9c0c3ef14595..c9e9319b41bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
pkgver=1.6
-pkgrel=2
+pkgrel=3
pkgdesc="Script for sway and i3 to automatically switch the horizontal / vertical window split orientation"
arch=('x86_64')
url="https://github.com/nwg-piotr/autotiling"
license=('GPL3')
+provides=('autotiling')
+conflicts=('autotiling' 'autotiling-git')
depends=('python-i3ipc')
makedepends=('python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/autotiling/archive/v$pkgver.tar.gz")