summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiacomo Vercesi2022-01-09 11:13:10 +0100
committerGiacomo Vercesi2022-01-09 11:13:10 +0100
commita2396f7177ac4c15b7598475690c08a3946db0fc (patch)
tree70a980872f2d58e550994affc5b48341b9161bbb
parent73fee997c1a503a220cb37e7be95724aecb631c6 (diff)
downloadaur-python-tcconfig.tar.gz
Update to v0.27.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f345ca22e9a7..23c86a1addc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tcconfig
pkgdesc = tc command wrapper
- pkgver = 0.26.0
- pkgrel = 2
+ pkgver = 0.27.1
+ pkgrel = 1
url = https://github.com/thombashi/tcconfig
arch = any
license = MIT
@@ -18,8 +18,7 @@ pkgbase = python-tcconfig
depends = python-subprocrunner
depends = python-typepy
depends = python-voluptuous
- source = https://files.pythonhosted.org/packages/source/t/tcconfig/tcconfig-0.26.0.tar.gz
- sha256sums = b4b064f96c28f7a171552e2854c04849585fd47aba6df46539a0de776a4eebbc
+ source = https://files.pythonhosted.org/packages/source/t/tcconfig/tcconfig-0.27.1.tar.gz
+ sha256sums = fbe63201df10b718781001dd0428edc81f0c9319de7719e57d184495f66e82f8
pkgname = python-tcconfig
-
diff --git a/PKGBUILD b/PKGBUILD
index 5f5ca1a8fd66..6417dba024ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Giacomo Vercesi <mrjackv@hotmail.it>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Florian Wittmann
_pkgname='tcconfig'
pkgname="python-${_pkgname}"
-pkgver=0.26.0
-pkgrel=2
+pkgver=0.27.1
+pkgrel=1
pkgdesc='tc command wrapper'
arch=('any')
url='https://github.com/thombashi/tcconfig'
@@ -24,7 +25,7 @@ depends=('python-dataproperty'
'python-voluptuous')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('b4b064f96c28f7a171552e2854c04849585fd47aba6df46539a0de776a4eebbc')
+sha256sums=('fbe63201df10b718781001dd0428edc81f0c9319de7719e57d184495f66e82f8')
build() {
cd "${_pkgname}-${pkgver}"