summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2021-11-20 22:21:59 +0100
committerStanisław Jasiewicz2021-11-20 22:21:59 +0100
commitb965b669c8d9b3957f8f2df1c6bc42c4819ba6a1 (patch)
tree394d383a2fb2917f6c3fb27b3f0a4e99ab5cdbd6
parent02c5f68427dafec1d64e9744848c1c18f7194c40 (diff)
downloadaur-b965b669c8d9b3957f8f2df1c6bc42c4819ba6a1.tar.gz
Version 1.4.0
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfde856ecb49..cd5f192527ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mango
pkgdesc = A tool for making backups of Arch packages and their dependencies
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://gitlab.com/Taro94/mango
arch = any
license = GPL
makedepends = dotnet-sdk>=3.1.0
+ makedepends = tar
options = !strip
- source = https://gitlab.com/Taro94/mango/-/archive/1.3.0/mango-1.3.0.tar.gz
+ source = https://gitlab.com/Taro94/mango/-/archive/1.4.0/mango-1.4.0.tar.gz
md5sums = f0839d6e7514d4ce7c53124ec8fc3ef3
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index 48ae8eb4e59e..6f8e639a93f2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
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')
+makedepends=('dotnet-sdk>=3.1.0' 'tar')
source=("https://gitlab.com/Taro94/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('f0839d6e7514d4ce7c53124ec8fc3ef3')
+md5sums=('d6740ad0750ca41835110aa456287bff')
options=(!strip)
package() {