summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGregoire Lodi2018-04-08 03:58:33 +0200
committerGregoire Lodi2018-04-08 03:58:33 +0200
commit59afccaee6b12f1791bbcd70971633b124254dc8 (patch)
tree08b2fa93d63ec2f135a69652010bbbdcb6affd31 /PKGBUILD
parentc7fe1f3c6526456d07b3d9c62267916c8147ed63 (diff)
downloadaur-elf-strings.tar.gz
Removed useless stuff from the pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 1 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25b585549313..b9d8fcfdf9c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,20 +7,10 @@ pkgdesc="elf-strings will programmatically read an ELF binary's string sections
arch=("x86_64")
url="https://github.com/LloydLabs/elf-strings"
license=("GPL")
-groups=()
-depends=()
makedepends=("go")
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("$pkgname"::"git+${url}.git")
noextract=()
-md5sums=("SKIP") #autofill using updpkgsums
+md5sums=("SKIP")
build() {
cd "$pkgname"