summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2024-03-10 01:10:24 -0300
committerAndré Kugland2024-03-10 01:10:24 -0300
commitd4254c4bfd5f19e50ee6cdba424a4804a7c07785 (patch)
tree25a93014f2832113b1f437043c3528e5d2aca453
parent86de51af751748bf3474042753bfb5566d2ab80c (diff)
downloadaur-d4254c4bfd5f19e50ee6cdba424a4804a7c07785.tar.gz
License field was incorrect
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3d610553e4c..e24061bb982a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neocities-deploy-bin
pkgdesc = Command-line tool for deploying your Neocities site (prebuilt statically linked binary)
pkgver = 0.1.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kugland/neocities-deploy
arch = x86_64
arch = i686
arch = aarch64
arch = armv7h
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = curl
options = !lto
source = neocities-deploy-0.1.11.tar.gz::https://github.com/kugland/neocities-deploy/archive/refs/tags/v0.1.11.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1845bf896f3c..b12dbb81f218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgname=$_pkgname-bin
pkgdesc='Command-line tool for deploying your Neocities site (prebuilt statically linked binary)'
url="https://github.com/kugland/$_pkgname"
pkgver=0.1.11
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
makedepends=(curl)
-license=('GPL3')
+license=('GPL-3.0-or-later')
options=(!lto)
source=("$_pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v$pkgver.tar.gz") # For README.md
sha256sums=('0a8fee770fba94a75e34936056adead6b15b50c28f178d0aee7143e0bf55ff67')