summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2021-09-25 15:15:09 +0300
committerYigit Sever2021-09-25 15:15:09 +0300
commit14fe18ebec4f36d3a9fe728f1848fecef5adaec3 (patch)
tree6f30171189d7ced2945191d0ddd73fbbfb31b1a8 /PKGBUILD
parentde9c57d77d1af87ef1920b2382fcc15b12f372f1 (diff)
downloadaur-14fe18ebec4f36d3a9fe728f1848fecef5adaec3.tar.gz
State that provides non-vcs package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e855409c6ebd..30e5eba9700d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/jamesofarrell/i3-swallow"
license=('MIT')
depends=('i3-wm' 'python-i3ipc')
makedepends=('git')
-conflicts=('i3-swallow')
+provides=("${_pkgname}")
source=("${_pkgname}::git+${url}.git")
md5sums=('SKIP')
@@ -26,5 +26,3 @@ package() {
install -Dm 755 swallow.py "${pkgdir}"/usr/bin/swallow
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-
-# vim:set ts=2 sw=2 et: