summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-08-27 16:19:37 +0000
committerimlonghao2020-08-27 16:19:37 +0000
commita87c6485973e84336a551f30ee21e8a36b9ff277 (patch)
treedf9b0d6a4934a7abe6d22f4f508716d6dbea3d0c
parent43b519c092e3e4447d1407341c784fdf796b59f8 (diff)
downloadaur-a87c6485973e84336a551f30ee21e8a36b9ff277.tar.gz
New version 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dace31b4c57..cf8092336615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-runlike
pkgdesc = Given an existing docker container, prints the command line necessary to run a copy of it
- pkgver = 0.6.2
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/lavie/runlike
arch = any
license = BSD
makedepends = python-setuptools
depends = python-click
- source = https://files.pythonhosted.org/packages/source/r/runlike/runlike-0.6.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/runlike/runlike-0.7.0.tar.gz
source = https://github.com/lavie/runlike/raw/master/LICENSE.txt
- sha256sums = da57e600cdadd3bb5ff1f7300e15ca8cb24a7e38a3d849c91f253c828791d3e1
+ sha256sums = 477643d004d8fbac460e709c79aaf01a78c72f7d5df9abdf2becf35700d839fa
sha256sums = 4daf3259296ec4d1725cb4a3061d1493e48abe29a83d9e0243298d90cd5dfe09
pkgname = python-runlike
diff --git a/PKGBUILD b/PKGBUILD
index 28997aadee38..19883c7ca873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-runlike
_pkgname=runlike
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=1
pkgdesc="Given an existing docker container, prints the command line necessary to run a copy of it"
arch=("any")
@@ -12,7 +12,7 @@ depends=('python-click')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"${url}/raw/master/LICENSE.txt")
-sha256sums=('da57e600cdadd3bb5ff1f7300e15ca8cb24a7e38a3d849c91f253c828791d3e1'
+sha256sums=('477643d004d8fbac460e709c79aaf01a78c72f7d5df9abdf2becf35700d839fa'
'4daf3259296ec4d1725cb4a3061d1493e48abe29a83d9e0243298d90cd5dfe09')
build() {