summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-07-09 11:25:42 +0800
committeryjun1232020-07-09 11:25:42 +0800
commit6b3346befc04c27800b819590294ce2465202f45 (patch)
tree884ef6635daaf05dd18b45e546f1bda86f2ab1d6 /PKGBUILD
parent93e119bdcb280a80efa05ac8c2e0ac093fea8117 (diff)
downloadaur-6b3346befc04c27800b819590294ce2465202f45.tar.gz
update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c1724467411..d883004f6966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=("libappindicator-gtk3"
'hunspell'
'libvoikko'
'xorg-xhost')
-license=('custom:sunloginclient')
+license=('custom')
source=("http://download.oray.com/sunlogin/linux/SunloginClient-${pkgver}_amd64.deb"
'LICENSE::https://service.oray.com/question/1820.html'
'sunlogin-client-xhost.desktop')
@@ -24,7 +24,7 @@ sha256sums=('da2a61d106c2cecce271c89cd182b162bce34018539e1ba431580c5bbe120252'
'15abf7f89fe7d54112e083914740108a73b6b2cd9d942d49de4c7ccb66c3e30f')
package() {
- bsdtar -xf data.tar.xz -C "${pkgdir}"
+ tar -xf data.tar.xz -C "${pkgdir}"
install -Dm644 "${pkgdir}/usr/local/sunlogin/scripts/runsunloginclient.service" "${pkgdir}/usr/lib/systemd/system/runsunloginclient.service"