summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortonyskapunk2021-05-02 00:20:41 -0500
committertonyskapunk2021-05-02 00:20:41 -0500
commitcf9c904c7f33f0db606a41a597ff41975d9b811d (patch)
treee69423cb7b087c2a21cfa760e4b8f70a05cf952a /PKGBUILD
parent290ad9902eb2529d3253836f5e4242c0f040c0bd (diff)
downloadaur-scaleft-client-tools.tar.gz
Update to v 1.52.2
- Update to 1.52.2 - Change license destination
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43d9f26e7679..3d59866f27f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname='scaleft-client-tools'
pkgdesc='ScaleFT(TM) client tools'
-pkgver=1.50.4
+pkgver=1.52.2
pkgrel=1
arch=('x86_64')
url="https://scaleft.com"
license=('custom')
depends=('glibc')
source=("https://pkg.scaleft.com/rpm/${pkgname}-${pkgver}-${pkgrel}.${arch}.rpm")
-sha256sums=('86a3a9f0bf88c49ffe049ad92dacb74ecef27ec3866c61d25d351278332a13a3')
+sha256sums=('c1eea4ec9227df59c86a619c020a3089aae808c826e80ac3d6d5f37327441c03')
package() {
install -Dm0755 usr/bin/sft ${pkgdir}/usr/bin/sft
install -Dm0644 usr/share/doc/scaleft-client-tools/LICENSE.txt \
- ${pkgdir}/share/doc/scaleft-client-tools/LICENSE.txt
+ ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}