summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeancf2018-09-29 11:06:24 +0200
committerjeancf2018-09-29 11:06:24 +0200
commit8d3a7777a6150ef08855b023ce5a00a19310d97b (patch)
tree2a2cd25184e4bcdcfac98fb0c3cb11a577c225c2
parent41c8ecc9912dc068a074e803f329906f50174bae (diff)
downloadaur-8d3a7777a6150ef08855b023ce5a00a19310d97b.tar.gz
Upstream quick fix exception at first run
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9980366392f8..3016ff0446ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etcetera
pkgdesc = Simple command line tool to keep track of changes to config files of a linux system
- pkgver = 0.91
+ pkgver = 0.92
pkgrel = 1
url = https://gitlab.com/jeancf/etcetera
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = etcetera
license = GPL3
depends = python
backup = etc/etcetera.conf
- source = https://gitlab.com/jeancf/etcetera/-/archive/0.91/etcetera-0.91.tar.gz
- md5sums = 96e807f0dc905e38340f945268cef550
+ source = https://gitlab.com/jeancf/etcetera/-/archive/0.92/etcetera-0.92.tar.gz
+ md5sums = 57fedaf8650930fa1afd34eb1447dc82
pkgname = etcetera
diff --git a/PKGBUILD b/PKGBUILD
index 2f05d02bb900..5c4f5d34d730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JC Francois <jc.francois@gmail.com>
pkgname=etcetera
-pkgver=0.91
+pkgver=0.92
pkgrel=1
pkgdesc="Simple command line tool to keep track of changes to config files of a linux system"
arch=("x86_64" "armv6h")
@@ -11,7 +11,7 @@ optdepends=()
options=()
backup=("etc/etcetera.conf")
source=("https://gitlab.com/jeancf/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('96e807f0dc905e38340f945268cef550')
+md5sums=('57fedaf8650930fa1afd34eb1447dc82')
package() {
cd ${srcdir}/${pkgname}-${pkgver}