diff options
author | Yigit Sever | 2021-09-25 15:15:09 +0300 |
---|---|---|
committer | Yigit Sever | 2021-09-25 15:15:09 +0300 |
commit | 14fe18ebec4f36d3a9fe728f1848fecef5adaec3 (patch) | |
tree | 6f30171189d7ced2945191d0ddd73fbbfb31b1a8 /PKGBUILD | |
parent | de9c57d77d1af87ef1920b2382fcc15b12f372f1 (diff) | |
download | aur-14fe18ebec4f36d3a9fe728f1848fecef5adaec3.tar.gz |
State that provides non-vcs package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |