summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonyskapunk2017-07-20 23:46:52 -0500
committertonyskapunk2017-07-20 23:46:52 -0500
commita92973bb5fda761873ff252ce7e5d2800d374449 (patch)
tree996345c2e2d9b1a6d9a9e78a6d255204cc4ac151
parentc245b0789117ef7ed82cdcf85a7a937ab9b961cb (diff)
downloadaur-a92973bb5fda761873ff252ce7e5d2800d374449.tar.gz
Removing explicit extraction of package.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7bc8e137de0..bb3cb08ef041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = scaleft-client-tools
url = https://scaleft.com
arch = x86_64
license = custom
- makedepends = rpmextract
depends = glibc
source = https://pkg.scaleft.com/rpm/scaleft-client-tools-1.29.5-1.x86_64.rpm
sha256sums = 2d33ce411115ffc6c017e8bac7676f00bfc81255e748dd29ecbba4d9088860f5
diff --git a/PKGBUILD b/PKGBUILD
index 7da891ae17be..b1f4d619544d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,10 @@ pkgrel=1
arch=('x86_64')
url="https://scaleft.com"
license=('custom')
-makedepends=('rpmextract')
depends=('glibc')
source=("https://pkg.scaleft.com/rpm/${pkgname}-${pkgver}-${pkgrel}.${arch}.rpm")
sha256sums=('2d33ce411115ffc6c017e8bac7676f00bfc81255e748dd29ecbba4d9088860f5')
-prepare() {
- rpmextract.sh ${pkgname}-${pkgver}-${pkgrel}.${arch}.rpm
-}
-
package() {
install -Dm0755 usr/bin/sft ${pkgdir}/usr/bin/sft
install -Dm0644 usr/share/doc/scaleft-client-tools/LICENSE.txt \