summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2017-01-15 17:18:13 +1100
committerMatthew Gamble2017-01-15 17:21:14 +1100
commite037adcefa2f3ec55e237035fd025aa439fef320 (patch)
treea9eadeb57c13c5a120a2fc01b9988504afb8c0e2 /PKGBUILD
parent516429a9bffccbb8fccf0a79e42d5186c6add1a3 (diff)
downloadaur-e037adcefa2f3ec55e237035fd025aa439fef320.tar.gz
Update to latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"