summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2023-01-28 12:12:16 +0000
committerimlonghao2023-01-28 12:12:16 +0000
commita313c5e02acd46a089484ebd38a23ada5746f1c5 (patch)
tree7204829a40a1070e70f4785e6f3d729d7e32efb6
parente998f8311671d2a0580b1b71fa92eaedb21ea75b (diff)
downloadaur-a313c5e02acd46a089484ebd38a23ada5746f1c5.tar.gz
New version 1.4.4.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f21abe96433e..86bc3569431d 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.4.3
+ pkgver = 1.4.4
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.4.3.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/runlike/runlike-1.4.4.tar.gz
source = https://github.com/lavie/runlike/raw/master/LICENSE.txt
- b2sums = 422120d219d962bdd63baa23f1465fbd1b03a7d32064d5b7b62a2cc3b6d51d0a411ff7e876ee68c7a5cbaf33afa70dfd6652e6bb3d40afc0cc37c3dbb533f306
+ b2sums = 46fba38589a6871d20555ea654c7e857b0e58784dd925abd5a15d683f6fd4054b2aa1e935f8eaf920f1e4df019cc73361c18e8250662f0fe291965c139b21514
b2sums = 63dfe6d6c08298442d1d40cc4db199113527e8124018fc864a008a2f00f2e25ddf9cf4cece3762be8fe4bf6b3f9b788c6c7e9fd2069aaa7ccbc0231f341b5330
pkgname = python-runlike
diff --git a/PKGBUILD b/PKGBUILD
index 02b425e7c128..8869e53104df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-runlike
_pkgname=runlike
-pkgver=1.4.3
+pkgver=1.4.4
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")
-b2sums=('422120d219d962bdd63baa23f1465fbd1b03a7d32064d5b7b62a2cc3b6d51d0a411ff7e876ee68c7a5cbaf33afa70dfd6652e6bb3d40afc0cc37c3dbb533f306'
+b2sums=('46fba38589a6871d20555ea654c7e857b0e58784dd925abd5a15d683f6fd4054b2aa1e935f8eaf920f1e4df019cc73361c18e8250662f0fe291965c139b21514'
'63dfe6d6c08298442d1d40cc4db199113527e8124018fc864a008a2f00f2e25ddf9cf4cece3762be8fe4bf6b3f9b788c6c7e9fd2069aaa7ccbc0231f341b5330')
build() {