summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-09-25 15:15:09 +0300
committerYigit Sever2021-09-25 15:15:09 +0300
commit14fe18ebec4f36d3a9fe728f1848fecef5adaec3 (patch)
tree6f30171189d7ced2945191d0ddd73fbbfb31b1a8
parentde9c57d77d1af87ef1920b2382fcc15b12f372f1 (diff)
downloadaur-14fe18ebec4f36d3a9fe728f1848fecef5adaec3.tar.gz
State that provides non-vcs package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6eef6ee0be8..6b8c5c62f78b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = i3-swallow-git
makedepends = git
depends = i3-wm
depends = python-i3ipc
- conflicts = i3-swallow
+ provides = i3-swallow
source = i3-swallow::git+https://github.com/jamesofarrell/i3-swallow.git
md5sums = SKIP
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: