summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2021-11-20 22:24:12 +0100
committerStanisław Jasiewicz2021-11-20 22:24:12 +0100
commit30f42b3a386dec06e04a9968810137d9a4ad8873 (patch)
tree7a7378f56bba6dc488422003a7d248e3c5f7b40b
parentb965b669c8d9b3957f8f2df1c6bc42c4819ba6a1 (diff)
downloadaur-30f42b3a386dec06e04a9968810137d9a4ad8873.tar.gz
Deps correction
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd5f192527ac..4d442b2498ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mango
pkgdesc = A tool for making backups of Arch packages and their dependencies
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Taro94/mango
arch = any
license = GPL
makedepends = dotnet-sdk>=3.1.0
- makedepends = tar
+ depends = tar
options = !strip
source = https://gitlab.com/Taro94/mango/-/archive/1.4.0/mango-1.4.0.tar.gz
- md5sums = f0839d6e7514d4ce7c53124ec8fc3ef3
+ md5sums = d6740ad0750ca41835110aa456287bff
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index 6f8e639a93f2..e93fdc75c519 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for making backups of Arch packages and their dependencies"
arch=('any')
url="https://gitlab.com/Taro94/mango"
license=('GPL')
-makedepends=('dotnet-sdk>=3.1.0' 'tar')
+depends=('tar')
+makedepends=('dotnet-sdk>=3.1.0')
source=("https://gitlab.com/Taro94/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('d6740ad0750ca41835110aa456287bff')
options=(!strip)