summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2021-11-20 23:28:18 +0100
committerStanisław Jasiewicz2021-11-20 23:28:18 +0100
commit09f1b1474a0a9783aa9608575640c304f736f375 (patch)
tree81d905804658cc7002fe0a38354e09bc0dabc80f
parent30f42b3a386dec06e04a9968810137d9a4ad8873 (diff)
downloadaur-09f1b1474a0a9783aa9608575640c304f736f375.tar.gz
Version 1.4.1
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d442b2498ac..fcc7288b130a 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 = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = https://gitlab.com/Taro94/mango
arch = any
license = GPL
- makedepends = dotnet-sdk>=3.1.0
+ makedepends = dotnet-sdk-3.1
depends = tar
options = !strip
- source = https://gitlab.com/Taro94/mango/-/archive/1.4.0/mango-1.4.0.tar.gz
- md5sums = d6740ad0750ca41835110aa456287bff
+ source = https://gitlab.com/Taro94/mango/-/archive/1.4.1/mango-1.4.1.tar.gz
+ md5sums = 36316dc3528243b4212a7a9ae826cd67
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index e93fdc75c519..e62e9896d702 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="A tool for making backups of Arch packages and their dependencies"
arch=('any')
url="https://gitlab.com/Taro94/mango"
license=('GPL')
depends=('tar')
-makedepends=('dotnet-sdk>=3.1.0')
+makedepends=('dotnet-sdk-3.1')
source=("https://gitlab.com/Taro94/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('d6740ad0750ca41835110aa456287bff')
+md5sums=('36316dc3528243b4212a7a9ae826cd67')
options=(!strip)
package() {