summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Schiffer2020-02-06 16:05:57 +0100
committerMarius Schiffer2020-02-06 16:05:57 +0100
commit1d7c81820d24f23f522a4c94f0041c18e76222f2 (patch)
treebff24b6b1e43b083dd141b4d34e01929af13a2a4
parentd075fc76546e828a574a6d3c1ce595963f2dcb10 (diff)
downloadaur-1d7c81820d24f23f522a4c94f0041c18e76222f2.tar.gz
Remove depends, optdepends and makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 0 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34c50e289407..a9ffc23fe3f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = fpart
url = https://github.com/martymac/fpart
arch = x86_64
license = custom:BSD 2-clause
- makedepends = autoconf
- optdepends = sh: fpsync synchronization tool
source = fpart-1.2.0.tar.gz::https://github.com/martymac/fpart/archive/fpart-1.2.0.tar.gz
sha256sums = ced59d68236d960473b5d9481f3d0c083f10a7be806c33125cc490ef2c1705f8
diff --git a/PKGBUILD b/PKGBUILD
index 75705653a2d9..2baab319682f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,6 @@ pkgdesc='A tool that helps you sort file trees and pack them into bags, like dir
arch=('x86_64')
url='https://github.com/martymac/fpart'
license=('custom:BSD 2-clause')
-depends=()
-makedepends=('autoconf')
-optdepends=('sh: fpsync synchronization tool')
source=("fpart-${pkgver}.tar.gz::https://github.com/martymac/fpart/archive/fpart-${pkgver}.tar.gz")
sha256sums=('ced59d68236d960473b5d9481f3d0c083f10a7be806c33125cc490ef2c1705f8')