summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authora8212024-12-27 11:38:02 +0100
committera8212024-12-27 11:38:02 +0100
commit68d33332b2210dffebe6f955e80243f9a8874be7 (patch)
treee3c3c08203864ddc0fec386d47f5fcd49cae3521 /.SRCINFO
parentf20e1f57c41cab3e1efa270025f4d1a2bd9de9be (diff)
downloadaur-68d33332b2210dffebe6f955e80243f9a8874be7.tar.gz
Fix PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO14
1 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ef5459c2e1..258de892a57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = dumpasm-git
pkgdesc = compile semicolon seperated assembly instructions and hexdump
- pkgver = 5.2576b42
+ pkgver = r15.8f2bb63
pkgrel = 1
- url = https://github.com/jonay2000/dumpasm-git
- arch = x86_64
- license = GPL
+ url = https://github.com/jonay2000/dumpasm
+ arch = any
+ license = unknown
makedepends = git
+ depends = bash
depends = binutils
- source = dumpasm::git://github.com/jonay2000/dumpasm.git
+ depends = nasm
+ provides = dumpasm
+ source = git+https://github.com/jonay2000/dumpasm.git
md5sums = SKIP
pkgname = dumpasm-git
-