summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-11-21 11:04:46 +0100
committerPellegrino Prevete2021-11-21 11:04:46 +0100
commit16da9fd8a7decd46a3e9b20be4c1708cb444ccfa (patch)
tree33855c2fa2a3576b18bbe28ec50abb203fe3414b
parent5fc57451b68ec641ce8c4e54b1494e6c5f6bc4f3 (diff)
downloadaur-16da9fd8a7decd46a3e9b20be4c1708cb444ccfa.tar.gz
Upgrade to 8.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd584b1b1532..fdeb4fe9cdbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python2-py-cpuinfo
pkgdesc = Get CPU info with pure Python 2 & 3
- pkgver = 7.0.0
- pkgrel = 3
+ pkgver = 8.0.0
+ pkgrel = 1
url = https://github.com/workhorsy/py-cpuinfo
arch = any
license = MIT
checkdepends = python2-pytest-runner
makedepends = python2-setuptools
depends = python2
- source = python2-py-cpuinfo-7.0.0.tar.gz::https://github.com/workhorsy/py-cpuinfo/archive/v7.0.0.tar.gz
- sha512sums = 7046ee705d05c8b577db554b4bc82cc5a588f7263ce36194792eeaeba56a3466180d88187aad74792759f02ebcd32497e38354b3274f5453c1076ae23f9bedd0
+ source = python2-py-cpuinfo-8.0.0.tar.gz::https://github.com/workhorsy/py-cpuinfo/archive/refs/tags/v8.0.0.tar.gz
+ sha512sums = a882516a062815782ebc2ad1edb8813ef566877444a6577d6a752b6e0bfce832010181ae20633d5338bdda3399c50fb670c650983b7ffa3064ff76c5cfb0f8d8
pkgname = python2-py-cpuinfo
-
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}