summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorK5TRP2024-01-18 20:31:16 -0600
committerK5TRP2024-01-18 20:31:16 -0600
commitae29056ab72aa5add339c5e34f9fa4ecf672094b (patch)
tree67cab09ef16f34d566ed96fb2a59bfb413755845
parent4566f74444e922573cfb54c103d82479c15403e2 (diff)
downloadaur-ae29056ab72aa5add339c5e34f9fa4ecf672094b.tar.gz
SPDX thing
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ab451c89f2d..47ba931d2f97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = xnecview
pkgdesc = A program for visualizing NEC2 input and output data
pkgver = 1.37
- pkgrel = 1
+ pkgrel = 2
url = https://www.pa3fwm.nl/software/xnecview/
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
depends = gtk2
depends = libpng
provides = xnecview
conflicts = xnecview
source = https://www.pa3fwm.nl/software/xnecview/xnecview-1.37.tgz
- md5sums = 7ca60ed8ba9ce2740a78265a097b824b
+ sha256sums = 4e2cefa5887260845a09d44edab5ff9799d5d091857cf8af0a9a590cf35951f0
pkgname = xnecview
diff --git a/PKGBUILD b/PKGBUILD
index 43f2f938cca8..f5e4741e10fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=xnecview
_pkgname="xnecview"
pkgver=1.37
-pkgrel=1
+pkgrel=2
pkgdesc="A program for visualizing NEC2 input and output data"
arch=('i686' 'x86_64')
url="https://www.pa3fwm.nl/software/xnecview/"
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('gtk2' 'libpng')
provides=('xnecview')
conflicts=('xnecview')
source=(https://www.pa3fwm.nl/software/xnecview/xnecview-$pkgver.tgz)
-md5sums=('7ca60ed8ba9ce2740a78265a097b824b')
+sha256sums=('4e2cefa5887260845a09d44edab5ff9799d5d091857cf8af0a9a590cf35951f0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"