summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2021-12-29 14:22:25 -0500
committerDylan Delgado2021-12-29 14:22:25 -0500
commit90ab932144868047421e05c332ec81f7950927c1 (patch)
treec09690c8f8d2d848e673fc7a8a04741de656bb68
parent92e207bc5b5e395ffbbd102048c8f4b26a1811df (diff)
downloadaur-90ab932144868047421e05c332ec81f7950927c1.tar.gz
fix location of LICENSE file again
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c4c9fb08656..61e322f24ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sudo-git
_pkgname=sudo
pkgrel=1
-pkgver=1.9.8p2.r11299.g7baee707b
+pkgver=1.9.9.r11348.gdabd8d80a
pkgdesc="Give certain users the ability to run some commands as root - git version"
arch=('x86_64')
url="https://www.sudo.ws/sudo/"
@@ -77,7 +77,7 @@ package() {
install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
- install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+ install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/sudo/LICENSE"
}
# vim:set ts=2 sw=2 et: