python-py3c: update to 1.4

This commit is contained in:
Mehdi Chinoune
2022-12-01 17:55:42 +00:00
parent e67589ffd8
commit 660d278b4d

View File

@@ -3,8 +3,8 @@
_realname=py3c
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.1
pkgrel=2
pkgver=1.4
pkgrel=1
pkgdesc="A Python 2/3 compatibility layer for C extensions"
arch=('i686' 'x86_64')
license=('MIT')
@@ -12,7 +12,7 @@ url="https://github.com/encukou/py3c"
depends=("python")
makedepends=("python-setuptools" 'make' 'gcc')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/encukou/py3c/archive/v${pkgver}.tar.gz")
sha256sums=('f3e138623a87cde2cd7d8e98b51447e033d43a3f639c5054185c859fa1888727')
sha256sums=('abc745079ef906148817f4472c3fb4bc41d62a9ea51a746b53e09819494ac006')
noextract=(${_realname}-${pkgver}.tar.gz)
build() {