summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuflone2022-05-20 19:04:29 +0200
committerMuflone2022-05-20 19:04:29 +0200
commit7e5fb6a8e5e0ef688b0931858882ec9c1201cf32 (patch)
tree8ae223f7581d2d44055ed082151accc3df7751aa /PKGBUILD
parent1728ab9f7825b63e32a994c665d8a80579f47e30 (diff)
downloadaur-7e5fb6a8e5e0ef688b0931858882ec9c1201cf32.tar.gz
Updated package cpucompare 0.8.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f509460d3df4..7800ca05d79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=cpucompare
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="A GTK+ application to make comparisons between CPU models."
url="https://www.muflone.com/cpucompare"
arch=('any')
-license=('GPL2')
+license=('GPL3')
depends=('gtk3' 'python-gobject' 'python-xdg' 'gobject-introspection')
provides=('cpucompare')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")