summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2023-10-18 13:34:51 +0000
committerGitHub Action2023-10-18 13:34:51 +0000
commit294b10c625785dacb204b053d1030d55cea4cc96 (patch)
tree321693247d7d6afbb04e337dcf320a87d38cc9ae
parentb0ed6136bac61bfe04c84107c5ca8d183f65e8b4 (diff)
downloadaur-294b10c625785dacb204b053d1030d55cea4cc96.tar.gz
Update from GitHub Actions: auth-thu-bin: fix systemd service installation location (#2)
https://github.com/ouuan/AUR-packages/actions/runs/6561676090
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16319edf4276..3d7a5dc01568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = auth-thu-bin
pkgdesc = A commandline Tunet (auth4/6.tsinghua.edu.cn, Tsinghua-IPv4) authentication tool
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/z4yx/GoAuthing
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index cdb2e99b9536..aec5b26b9504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=auth-thu-bin
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
provides=('auth-thu')
conflicts=('auth-thu')
pkgdesc='A commandline Tunet (auth4/6.tsinghua.edu.cn, Tsinghua-IPv4) authentication tool'
@@ -25,5 +25,5 @@ sha256sums=('c039a9dffa4aedec38b3544f2fb1f85cd2dde096f68977689147ce2f668c07f0'
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/auth-thu"
sed -i "s|/usr/local/bin/auth-thu|/usr/bin/auth-thu|g" goauthing*.service
- install -Dm644 goauthing*.service -t "$pkgdir/usr/lib/systemd/user"
+ install -Dm644 goauthing*.service -t "$pkgdir/usr/lib/systemd/system"
}