Date: Monday, October 31, 2022 @ 10:01:04 Author: artafinde Revision: 1339759
upgpkg: goaurrpc 1.2.0-1 Modified: goaurrpc/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-31 09:59:23 UTC (rev 1339758) +++ PKGBUILD 2022-10-31 10:01:04 UTC (rev 1339759) @@ -1,8 +1,8 @@ # Maintainer: Leonidas Spyropoulos <[email protected]> pkgname=goaurrpc -pkgver=1.1.11 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 license=('MIT') pkgdesc="An implementation of the aurweb /rpc service in go" depends=('glibc') @@ -10,13 +10,9 @@ arch=('x86_64') url="https://github.com/moson-mo/goaurrpc" source=("git+https://github.com/moson-mo/goaurrpc.git#tag=v${pkgver}?signed" - goaurrpc-local.sample - goaurrpc-remote.sample goaurrpc.service goaurrpc.sysusers) sha256sums=('SKIP' - '3a2921bed5695e9c0ebb957cd42630047fbce71af7876b449016a82473a1a89d' - 'fcea00cbaee4d3e336cfae8faeca589b044d9b82c486ba012d9a9fc3b949039e' 'e6a298e647fcf3b255d9886180b992f0dc447e763509c50513473f6d9b9ac5e3' '45ac878e62e8e43c55645ebbd71fc8e10ce32c81d1a769979f48ac5f25392ff3') validpgpkeys=( @@ -52,8 +48,8 @@ install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -vDm 644 "${srcdir}"/${pkgname}.service "${pkgdir}/usr/lib/systemd/system/${pkgname}.service" install -vDm 644 "${srcdir}"/${pkgname}.sysusers "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf" - install -vDm 644 "${srcdir}"/goaurrpc-local.sample -t "${pkgdir}/usr/share/doc/${pkgname}/" - install -vDm 644 "${srcdir}"/goaurrpc-remote.sample -t "${pkgdir}/usr/share/doc/${pkgname}/" + install -vDm 644 fromfile.conf "${pkgdir}/usr/share/doc/${pkgname}/fromfile.conf.sample" + install -vDm 644 sample.conf "${pkgdir}/usr/share/doc/${pkgname}/sample.conf.sample" } # vim:set ts=2 sw=2 et:
