summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2018-12-01 08:46:09 -0500
committergraysky2018-12-01 08:46:09 -0500
commitc5ff1bf8505967d6ad13b406b03f2eea6d24e831 (patch)
tree91abe77b9adb108e9000a2f77016d5c17ed34db1
parent50632755dd2091dd6368d57f7812678952f5d786 (diff)
downloadaur-c5ff1bf8505967d6ad13b406b03f2eea6d24e831.tar.gz
Update to 2.11-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe34d6099a2..946de5584daf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,20 @@
+# Generated by mksrcinfo v8
+# Sat Dec 1 13:46:09 UTC 2018
pkgbase = lxc-service-snapshots
pkgdesc = Run disposable (read-only then delete) Linux containers (LXC) to serve up OpenVPN, Pi-Hole, or WireGuard.
- pkgver = 2.00
+ pkgver = 2.11
pkgrel = 1
url = https://github.com/graysky2/lxc-service-snapshots
arch = any
license = MIT
depends = systemd
depends = lxc>=1:2.1.0
+ optdepends = fake-hwclock-git: save/restore system clock on machines without working RTC hardware
backup = etc/conf.d/openvpn-lss.conf
backup = etc/conf.d/pihole-lss.conf
backup = etc/conf.d/wireguard-lss.conf
- source = lxc-service-snapshots-2.00.tar.gz::https://github.com/graysky2/lxc-service-snapshots/archive/v2.00.tar.gz
- sha256sums = 87348bd7433ef7221bf325cf6ee7d5e12cc5ac394a6fe1af1b25e1472ca155db
+ source = lxc-service-snapshots-2.11.tar.gz::https://github.com/graysky2/lxc-service-snapshots/archive/v2.11.tar.gz
+ sha256sums = 6d07711daecdecfc7dbdae178d2e24009fc99e1d52ca8360f8c9a44433cd73b1
pkgname = lxc-service-snapshots
diff --git a/PKGBUILD b/PKGBUILD
index 137aed6bb23d..85176811920f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=lxc-service-snapshots
-pkgver=2.00
+pkgver=2.11
pkgrel=1
pkgdesc='Run disposable (read-only then delete) Linux containers (LXC) to serve up OpenVPN, Pi-Hole, or WireGuard.'
arch=('any')
url='https://github.com/graysky2/lxc-service-snapshots'
license=('MIT')
depends=('systemd' 'lxc>=1:2.1.0')
+optdepends=('fake-hwclock-git: save/restore system clock on machines without working RTC hardware')
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
backup=('etc/conf.d/openvpn-lss.conf' 'etc/conf.d/pihole-lss.conf' 'etc/conf.d/wireguard-lss.conf')
-sha256sums=('87348bd7433ef7221bf325cf6ee7d5e12cc5ac394a6fe1af1b25e1472ca155db')
+sha256sums=('6d07711daecdecfc7dbdae178d2e24009fc99e1d52ca8360f8c9a44433cd73b1')
build() {
cd "$pkgname-$pkgver"