summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2022-01-26 15:13:28 +0300
committerViktor Drobot2022-01-26 15:13:28 +0300
commit4e7b5de10ff4a19fdd7c0fe9b1c18640eb327067 (patch)
treea1036c5af8b79659651ac154b18218c7f9c7d066
parent2f4ac6b24ce94cebf097407b55cb787d5ae405c6 (diff)
downloadaur-sf-down-git.tar.gz
Fix pkgbuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327e1ececce6..cd1a818914d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,9 @@ pkgbase = sf-down-git
makedepends = git
depends = bash
depends = wget
+ provides = sf-down
+ conflicts = sf-down
source = sf-down-git::git+https://github.com/SpiritQuaddicted/sourceforge-file-download.git
sha256sums = SKIP
pkgname = sf-down-git
-
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() {