summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAron Young2023-06-23 21:22:04 +0800
committerAron Young2023-06-23 21:22:04 +0800
commitfff434381d8a0b829ca8b47b64f8a859ece97170 (patch)
tree7ae1a0dfc7aec0e914dfdae04be234c942d6ab8b /PKGBUILD
parent99411910812772da43391bd58a8bc677b7ab0891 (diff)
downloadaur-libtree-bin.tar.gz
remove empty fields in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dd647508752..9788d7551858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,13 @@
-# Contributor: Otreblan <otreblain@gmail.com>
-# Contributor: Teodor Nikolov <teodor.nikolov22@gmail.com>
-# Contributor: Asuka Minato
-
pkgname=libtree-bin
pkgver=3.1.1
+# Contributor: Asuka Minato
pkgrel=1
pkgdesc="ldd as a tree"
arch=('x86_64' 'i686' aarch64 armv7h armv6h)
url="https://github.com/haampie/libtree"
license=('MIT')
-depends=()
-makedepends=()
conflicts=(libtree libtree-git)
-optdepends=()
provides=(libtree)
-checkdepends=()
source=(https://raw.githubusercontent.com/haampie/libtree/37d3d040dfe18b2762995c058818928559d7ca2a/LICENSE)
source_x86_64=("$pkgname-$pkgver-x86_64::https://github.com/haampie/libtree/releases/download/v${pkgver}/libtree_x86_64")
source_i686=("$pkgname-$pkgver-i686::https://github.com/haampie/libtree/releases/download/v${pkgver}/libtree_i686")