summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunYoung Gwak2020-05-08 22:47:12 -0700
committerJunYoung Gwak2020-05-08 22:47:12 -0700
commit1b3b5b73e672c551a16d30d3c4f47b5efc8a8c2b (patch)
treea8a8d90f8c492fb1576fa0037abbeb20bb6c7994
parentfc0f19ae72e4fdf15c7ffda91eea0c9b2231574b (diff)
downloadaur-1b3b5b73e672c551a16d30d3c4f47b5efc8a8c2b.tar.gz
Update to v1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db680edc004..f0b2c6accb96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-remote-gcrypt
pkgdesc = A git remote helper for GPG-encrypted remotes.
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://spwhitton.name/tech/code/git-remote-gcrypt/
arch = any
@@ -14,8 +14,8 @@ pkgbase = git-remote-gcrypt
optdepends = curl: sftp backend support
optdepends = rclone: rclone backend support
conflicts = git-remote-gcrypt-git
- source = https://git.spwhitton.name/git-remote-gcrypt/snapshot/git-remote-gcrypt-1.2.tar.gz
- sha256sums = 6f00d5891639f8d2c263ca15b14ad02bb5a8dd048e9c778fcc12a38cb26f51c4
+ source = https://git.spwhitton.name/git-remote-gcrypt/snapshot/git-remote-gcrypt-1.3.tar.gz
+ sha256sums = e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
pkgname = git-remote-gcrypt
diff --git a/PKGBUILD b/PKGBUILD
index c588cdd788d3..3bf8679ffa89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sebastian Jug <seb@stianj.ug>
pkgname='git-remote-gcrypt'
-pkgver='1.2'
+pkgver='1.3'
pkgrel=1
pkgdesc='A git remote helper for GPG-encrypted remotes.'
arch=(any)
@@ -16,7 +16,7 @@ optdepends=('rsync: rsync backend support'
'rclone: rclone backend support')
conflicts=(git-remote-gcrypt-git)
source=("https://git.spwhitton.name/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6f00d5891639f8d2c263ca15b14ad02bb5a8dd048e9c778fcc12a38cb26f51c4')
+sha256sums=('e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25')
package() {
cd "$srcdir/$pkgname-$pkgver"