summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun1232020-07-09 11:25:42 +0800
committeryjun1232020-07-09 11:25:42 +0800
commit6b3346befc04c27800b819590294ce2465202f45 (patch)
tree884ef6635daaf05dd18b45e546f1bda86f2ab1d6
parent93e119bdcb280a80efa05ac8c2e0ac093fea8117 (diff)
downloadaur-6b3346befc04c27800b819590294ce2465202f45.tar.gz
update pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa120d77cceb..69b1dbb0351b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = sunloginclient
url = https://sunlogin.oray.com
install = sunloginclient.INSTALL
arch = x86_64
- license = custom:sunloginclient
+ license = custom
depends = libappindicator-gtk3
depends = webkitgtk
depends = aspell
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"