summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"