summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18254ab8d694..401476abbd2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 02:36:28 UTC 2017
+# Sun Jan 15 06:21:02 UTC 2017
pkgbase = nspawn-tools
pkgdesc = Convenience code for dealing with systemd-nspawn machines
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/djmattyg007/nspawn-tools
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = nspawn-tools
depends = python-humanfriendly
depends = python-parse
depends = python-proc
- source = https://github.com/djmattyg007/nspawn-tools/archive/1.0.0.tar.gz
- sha512sums = 6479dee3c471d1743e3caa982d999b06b955fac3bad3f37df3bd3db9ddb25bcf3a62ce5447b8562ab9ac646130cca358eb722509f67f132d4bc4b69d8ae023d0
+ source = https://github.com/djmattyg007/nspawn-tools/archive/1.1.2.tar.gz
+ sha512sums = 5900f959ac1f5267b69b48e1aca45b3407609870b1c05f84d1a94fceaa46cc327ef083e400310c974b995be324b642af5a8db45f64cb006f3538ea6e846fe9f4
pkgname = nspawn-tools
diff --git a/PKGBUILD b/PKGBUILD
index 17a6655a8d86..1093bbe2c384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Matthew Gamble <git@matthewgamble.net>
pkgname=nspawn-tools
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="Convenience code for dealing with systemd-nspawn machines"
arch=("any")
url="https://github.com/djmattyg007/nspawn-tools"
@@ -10,7 +10,7 @@ license=("GPL3")
depends=("python" "python-executor" "python-humanfriendly" "python-parse" "python-proc")
makedepends=("python-setuptools")
source=("https://github.com/djmattyg007/nspawn-tools/archive/${pkgver}.tar.gz")
-sha512sums=("6479dee3c471d1743e3caa982d999b06b955fac3bad3f37df3bd3db9ddb25bcf3a62ce5447b8562ab9ac646130cca358eb722509f67f132d4bc4b69d8ae023d0")
+sha512sums=("5900f959ac1f5267b69b48e1aca45b3407609870b1c05f84d1a94fceaa46cc327ef083e400310c974b995be324b642af5a8db45f64cb006f3538ea6e846fe9f4")
package() {
cd "nspawn-tools-${pkgver}"