summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2021-08-10 16:05:03 +0000
committerimlonghao2021-08-10 16:05:03 +0000
commit238df3c46e37aa96d2d92fa554bf5b8065ab9f9b (patch)
treeb0edeb82af4965a93577dfb4490aed5244af7227
parent510e9a0a46beb47c4c4af908ed00400d634694d3 (diff)
downloadaur-238df3c46e37aa96d2d92fa554bf5b8065ab9f9b.tar.gz
New version 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bac1cdf605d6..5ee0752d50a3 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 = 1.1.2
+ pkgver = 1.3.1
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-1.1.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/runlike/runlike-1.3.1.tar.gz
source = https://github.com/lavie/runlike/raw/master/LICENSE.txt
- sha256sums = b76aa112943d35ac4aead4da4f0203d381afc75361fc5c2c5bd7033d5ea8945e
+ sha256sums = 577d73f9c37f7ebfdb40922650db57ff1d9b92a2bce22ff02dbcf22ffc72c046
sha256sums = 4daf3259296ec4d1725cb4a3061d1493e48abe29a83d9e0243298d90cd5dfe09
pkgname = python-runlike
diff --git a/PKGBUILD b/PKGBUILD
index 9a85e881c373..c153436183ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-runlike
_pkgname=runlike
-pkgver=1.1.2
+pkgver=1.3.1
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=('b76aa112943d35ac4aead4da4f0203d381afc75361fc5c2c5bd7033d5ea8945e'
+sha256sums=('577d73f9c37f7ebfdb40922650db57ff1d9b92a2bce22ff02dbcf22ffc72c046'
'4daf3259296ec4d1725cb4a3061d1493e48abe29a83d9e0243298d90cd5dfe09')
build() {