summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2022-01-26 15:13:28 +0300
committerViktor Drobot2022-01-26 15:13:28 +0300
commit4e7b5de10ff4a19fdd7c0fe9b1c18640eb327067 (patch)
treea1036c5af8b79659651ac154b18218c7f9c7d066 /PKGBUILD
parent2f4ac6b24ce94cebf097407b55cb787d5ae405c6 (diff)
downloadaur-sf-down-git.tar.gz
Fix pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 517274a313df..8ff3e5a2ea09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ license=(unknown)
url="https://github.com/SpiritQuaddicted/sourceforge-file-download"
depends=(bash wget)
makedepends=(git)
-source=("$pkgname::git+https://github.com/SpiritQuaddicted/sourceforge-file-download.git")
+provides=(sf-down)
+conflicts=(sf-down)
+source=("${pkgname}::git+https://github.com/SpiritQuaddicted/sourceforge-file-download.git")
sha256sums=('SKIP')
pkgver() {