summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeppe Fihl-Pearson2021-06-23 16:55:40 +0200
committerJeppe Fihl-Pearson2021-06-23 16:55:40 +0200
commitd0f2fd541253fa49c0c4b8634b324ec42182058a (patch)
tree8f306887989f8b1e4daaaedc96736c1166830600
parenta817ee41a9030aad90d073e79d04cab04cfdee5c (diff)
downloadaur-d0f2fd541253fa49c0c4b8634b324ec42182058a.tar.gz
Bump package version
This also changes the maintainer name and changes the source code to be fetched over HTTPS rather than the Git protocol.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f233f5b9533..a85fe729789e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Jeppe Toustrup <archlinux@tenzer.dk>
+# Maintainer: Jeppe Fihl-Pearson <archlinux@tenzer.dk>
pkgname=rdd-git
-pkgver=r28.3b1d553
+pkgver=r31.7ae95f3
pkgrel=1
pkgdesc='Redis database dumper'
arch=('any')
@@ -10,7 +10,7 @@ depends=('hiredis')
makedepends=('git')
provides=('rdd')
conflicts=('rdd')
-source=("${pkgname}::git://github.com/r043v/rdd.git")
+source=("${pkgname}::git+https://github.com/r043v/rdd.git")
md5sums=('SKIP')
pkgver() {