summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-10-03 00:19:24 +0200
committerDaniel Peukert2022-10-03 00:19:24 +0200
commit32ce166357a82003d0898f54b86ac2966bff272a (patch)
tree2a9b007c17f0e36cb62010c76297b5435ce28c90
parentf2388b7480fc6b7a4af71c8eeb67a61423348a0f (diff)
downloadaur-32ce166357a82003d0898f54b86ac2966bff272a.tar.gz
Update salvador to 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57eb2039c68b..e6a804f561c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = salvador
pkgdesc = A simple bash script that will help you manage your AUR packages
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://gitlab.com/dpeukert/salvador
arch = any
@@ -8,7 +8,7 @@ pkgbase = salvador
depends = git
depends = pacman-contrib
depends = perl
- source = salvador-2.0.0-1.tar.gz::https://gitlab.com/dpeukert/salvador/-/archive/2.0.0/salvador-2.0.0.tar.gz
- sha512sums = 500e4e32799b308a4a051778c5c96e0f7f1d583a590ccec8eeeada2d622e4e2389a89b2a1280992e8a5a6125ace75b57be15eee22a6361324754050f278c8b62
+ source = salvador-2.0.1-1.tar.gz::https://gitlab.com/dpeukert/salvador/-/archive/2.0.1/salvador-2.0.1.tar.gz
+ sha512sums = e4398b645157e17c761b4bb1b7cd039928302a9d4c8a14e506a3d1cc5ef7f71d15d04be64d161875339456ebdb6a58fae798a7e6c9fdd871c9c2fac7b2e0b89c
pkgname = salvador
diff --git a/PKGBUILD b/PKGBUILD
index 398daf460318..b3281500c4e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
pkgname='salvador'
-pkgver='2.0.0'
+pkgver='2.0.1'
pkgrel='1'
pkgdesc='A simple bash script that will help you manage your AUR packages'
arch=('any')
@@ -8,7 +8,7 @@ url="https://gitlab.com/dpeukert/$pkgname"
license=('GPL3')
depends=('git' 'pacman-contrib' 'perl')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('500e4e32799b308a4a051778c5c96e0f7f1d583a590ccec8eeeada2d622e4e2389a89b2a1280992e8a5a6125ace75b57be15eee22a6361324754050f278c8b62')
+sha512sums=('e4398b645157e17c761b4bb1b7cd039928302a9d4c8a14e506a3d1cc5ef7f71d15d04be64d161875339456ebdb6a58fae798a7e6c9fdd871c9c2fac7b2e0b89c')
package() {
cd "$srcdir/$pkgname-$pkgver/"