summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-04-08 03:18:53 +0200
committerAlexandre Bouvier2022-04-08 03:18:53 +0200
commit20f96a37ccad00e21622b0c7203f349dcf295ab9 (patch)
tree3631dfa625d031806f69c2a6167004d848e5009d
parentbeb8261ab8245d39dff8f40a47c7a8c3e8d3d460 (diff)
downloadaur-20f96a37ccad00e21622b0c7203f349dcf295ab9.tar.gz
prettify
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66511c1ef546..72484608d7a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = zydis-git
provides = zydis=3.2.0.r44.gdb2c163
provides = libZydis.so
conflicts = zydis
- source = git+https://github.com/zyantific/zydis.git
+ source = zydis::git+https://github.com/zyantific/zydis.git
b2sums = SKIP
pkgname = zydis-git
diff --git a/PKGBUILD b/PKGBUILD
index a2445c0cb715..bfa40b0a895d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@ _pkgname=zydis
pkgname=$_pkgname-git
pkgver=3.2.0.r44.gdb2c163
pkgrel=1
-pkgdesc='Fast and lightweight x86/x86-64 disassembler library'
+pkgdesc="Fast and lightweight x86/x86-64 disassembler library"
arch=('x86_64')
-url='https://zydis.re/'
+url="https://zydis.re/"
license=('MIT')
depends=('glibc')
makedepends=('cmake' 'git' 'ruby-ronn-ng' 'zycore-c>=1.1.0')
provides=("$_pkgname=$pkgver" 'libZydis.so')
conflicts=("$_pkgname")
-source=("git+https://github.com/zyantific/$_pkgname.git")
+source=("$_pkgname::git+https://github.com/zyantific/zydis.git")
b2sums=('SKIP')
pkgver() {