summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Gisbers2023-01-02 19:17:55 +0100
committerMichael Gisbers2023-01-02 19:17:55 +0100
commit085e8bcf4aee1d8ef95341d496d45fa0ee09bcce (patch)
tree959ba4deeab9343ccfccaf086ad99c056f8c531f /PKGBUILD
parent11a9a64f9bfd328dc0df78bfeb06efe03aea7d0b (diff)
downloadaur-085e8bcf4aee1d8ef95341d496d45fa0ee09bcce.tar.gz
commit mc-agent r62.30e78a7-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56e6330f822c..192d538084d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous Maintainer: Quentin Bourgeois <quentin+archlinux@bourgeois.eu>
pkgname=mc-agent
-pkgver=r59.fef4de4
+pkgver=r62.30e78a7
pkgrel=2
pkgdesc='Simple ssh-agent that loads keys stored from Moolticute'
arch=('x86_64')
@@ -24,8 +24,6 @@ build() {
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
- pwd
- ls -la
go build
}
@@ -33,6 +31,6 @@ package() {
cd "$pkgname"
find
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
- install -Dm644 systemd/mc-agent.service "$pkgdir"/etc/systemd/user/mc-agent.service
+ install -Dm644 init/mc-agent.service "$pkgdir"/etc/systemd/user/mc-agent.service
}