summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiacomo Vercesi2022-01-09 11:13:10 +0100
committerGiacomo Vercesi2022-01-09 11:13:10 +0100
commita2396f7177ac4c15b7598475690c08a3946db0fc (patch)
tree70a980872f2d58e550994affc5b48341b9161bbb /PKGBUILD
parent73fee997c1a503a220cb37e7be95724aecb631c6 (diff)
downloadaur-python-tcconfig.tar.gz
Update to v0.27.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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}"