summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2021-07-29 19:28:28 +0200
committerStanisław Jasiewicz2021-07-29 19:28:28 +0200
commit02c5f68427dafec1d64e9744848c1c18f7194c40 (patch)
tree5a95f7a349e0934ce8ff3f962cc54d199b3c8faa
parent07e6ed2cfc729915a1fa3645c2846b8160d4e2bc (diff)
downloadaur-02c5f68427dafec1d64e9744848c1c18f7194c40.tar.gz
Updated to 1.3.0
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c943f7d40a79..cfde856ecb49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = mango
pkgdesc = A tool for making backups of Arch packages and their dependencies
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://gitlab.com/Taro94/mango
arch = any
license = GPL
makedepends = dotnet-sdk>=3.1.0
options = !strip
- source = https://gitlab.com/Taro94/mango/-/archive/1.2.1/mango-1.2.1.tar.gz
- md5sums = eef98843dbf8d3cd05557816870d687b
+ source = https://gitlab.com/Taro94/mango/-/archive/1.3.0/mango-1.3.0.tar.gz
+ md5sums = f0839d6e7514d4ce7c53124ec8fc3ef3
pkgname = mango
-
diff --git a/PKGBUILD b/PKGBUILD
index a975b7b5a382..48ae8eb4e59e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="A tool for making backups of Arch packages and their dependencies"
arch=('any')
@@ -8,7 +8,7 @@ url="https://gitlab.com/Taro94/mango"
license=('GPL')
makedepends=('dotnet-sdk>=3.1.0')
source=("https://gitlab.com/Taro94/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('eef98843dbf8d3cd05557816870d687b')
+md5sums=('f0839d6e7514d4ce7c53124ec8fc3ef3')
options=(!strip)
package() {