summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2021-11-21 11:04:46 +0100
committerPellegrino Prevete2021-11-21 11:04:46 +0100
commit16da9fd8a7decd46a3e9b20be4c1708cb444ccfa (patch)
tree33855c2fa2a3576b18bbe28ec50abb203fe3414b /PKGBUILD
parent5fc57451b68ec641ce8c4e54b1494e6c5f6bc4f3 (diff)
downloadaur-python2-py-cpuinfo.tar.gz
Upgrade to 8.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 628787f34dcc..7918c3f84ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
-# Contributor: Pellegrino Prevete <pellegrinoprevete@gmail.com>
+# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
+# Contributor: Felix Yan <felixonmars@archlinux.org>
+# Contributor: Carlos Aznaràn <caznaranl@uni.pe>
pkgname=python2-py-cpuinfo
-pkgver=7.0.0
-pkgrel=3
+pkgver=8.0.0
+pkgrel=1
arch=('any')
pkgdesc='Get CPU info with pure Python 2 & 3'
url='https://github.com/workhorsy/py-cpuinfo'
@@ -11,8 +12,8 @@ license=('MIT')
depends=('python2')
makedepends=('python2-setuptools')
checkdepends=('python2-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/workhorsy/py-cpuinfo/archive/v$pkgver.tar.gz")
-sha512sums=('7046ee705d05c8b577db554b4bc82cc5a588f7263ce36194792eeaeba56a3466180d88187aad74792759f02ebcd32497e38354b3274f5453c1076ae23f9bedd0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/workhorsy/py-cpuinfo/archive/refs/tags/v$pkgver.tar.gz")
+sha512sums=('a882516a062815782ebc2ad1edb8813ef566877444a6577d6a752b6e0bfce832010181ae20633d5338bdda3399c50fb670c650983b7ffa3064ff76c5cfb0f8d8')
prepare() {
cp -a py-cpuinfo-$pkgver{,-py2}