summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgesh2024-04-15 20:38:03 +0300
committergesh2024-04-15 20:38:03 +0300
commit5d8c5ef3b7f97b14a66489226dba4ff85d8f9841 (patch)
tree9ad028fb5fdd3ec6962df5fdf0ccc7a46a63683f /PKGBUILD
parent9cf1fc382047aa3cc708d2584d060d39824efc3a (diff)
downloadaur-pizauth-git.tar.gz
License texts are standard, removed
cf the golden copies on SPDX, the only modification is the absence of a copyright line, so these shouldn't need installing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a374ee62e25e..6201c18583f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pizauth-git
_pkgname="${pkgname%-git}"
pkgver=1.0.4.r0.gcaf045c
-pkgrel=1
+pkgrel=2
pkgdesc="OAuth2 token requester daemon"
arch=('i686' 'x86_64')
url="https://github.com/ltratt/${_pkgname}"
@@ -47,6 +47,4 @@ package() {
EXAMPLESDIR='/usr/share/' \
DESTDIR="$pkgdir/" \
install
-
- install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
}