summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac2326a7a0fc..9980366392f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = etcetera
pkgdesc = Simple command line tool to keep track of changes to config files of a linux system
- pkgver = 0.9
+ pkgver = 0.91
pkgrel = 1
url = https://gitlab.com/jeancf/etcetera
arch = x86_64
arch = armv6h
license = GPL3
depends = python
- optdepends = python-systemd
backup = etc/etcetera.conf
- source = https://gitlab.com/jeancf/etcetera/-/archive/0.9/etcetera-0.9.tar.gz
- md5sums = 2400f270f79c5eb8dde3899b985f6440
+ source = https://gitlab.com/jeancf/etcetera/-/archive/0.91/etcetera-0.91.tar.gz
+ md5sums = 96e807f0dc905e38340f945268cef550
pkgname = etcetera
diff --git a/PKGBUILD b/PKGBUILD
index b181f4e4e41e..2f05d02bb900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: JC Francois <jc.francois@gmail.com>
pkgname=etcetera
-pkgver=0.9
+pkgver=0.91
pkgrel=1
pkgdesc="Simple command line tool to keep track of changes to config files of a linux system"
arch=("x86_64" "armv6h")
url="https://gitlab.com/jeancf/etcetera"
license=("GPL3")
depends=("python")
-optdepends=("python-systemd")
+optdepends=()
options=()
backup=("etc/etcetera.conf")
source=("https://gitlab.com/jeancf/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('2400f270f79c5eb8dde3899b985f6440')
+md5sums=('96e807f0dc905e38340f945268cef550')
package() {
cd ${srcdir}/${pkgname}-${pkgver}