summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2024-04-14 03:13:16 +0300
committergardenapple2024-04-14 03:13:16 +0300
commit352d91596d905a7e07181dacd7ac4126745862ee (patch)
tree1f1c7eadcf0a455541995bb17e7bd0f19261b6ff
parentac3b1cf26aaaec7aa88c4fd8c0e6fd28f6cb09bc (diff)
downloadaur-fahcontrol-gtk3-git.tar.gz
Change license field to SPDX format
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19485fd9b252..6e9346ab55b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = fahcontrol-gtk3-git
pkgdesc = Graphical monitor and control utility for the Folding@home client (python3/GTK3 fork)
- pkgver = r191.17c0252
+ pkgver = r203.3978c35
pkgrel = 1
url = https://foldingathome.org
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = python-setuptools
makedepends = git
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index fb0f7fff157e..09006c5871e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: merlock <mlmatlock@gmail.com>
pkgname=fahcontrol-gtk3-git
-pkgver=r191.17c0252
+pkgver=r203.3978c35
pkgrel=1
pkgdesc='Graphical monitor and control utility for the Folding@home client (python3/GTK3 fork)'
url='https://foldingathome.org'
arch=('any')
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('python' 'python-gobject' 'python-six' 'gtk3')
makedepends=('python-setuptools' 'git')
optdepends=('fahviewer: 3D simulation viewer')