summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2020-11-20 19:26:13 -0600
committerkyechou2020-11-20 19:26:13 -0600
commit9a54c31e6ead594694cbf09b15f0a002d3604dc0 (patch)
treed135bcd6a7cf5634c2f6fe0b23e0b4ce6fabeebf
parent66941b057a65b88273b13be6259f343daf09da76 (diff)
downloadaur-9a54c31e6ead594694cbf09b15f0a002d3604dc0.tar.gz
Update to 0.1.21
-rw-r--r--.SRCINFO10
-rw-r--r--00-install-specify-bitcode.patch2
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06b92522f748..ad74dfc7030e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anvill
pkgdesc = Forge beautiful LLVM bitcode out of raw machine code
- pkgver = 0.1.20
- pkgrel = 4
+ pkgver = 0.1.21
+ pkgrel = 1
url = https://github.com/lifting-bits/anvill
arch = x86_64
license = Apache
@@ -11,11 +11,11 @@ pkgbase = anvill
depends = python
depends = ncurses
depends = zlib
- source = https://github.com/lifting-bits/anvill/archive/v0.1.20.tar.gz
+ source = https://github.com/lifting-bits/anvill/archive/v0.1.21.tar.gz
source = 00-install-specify-bitcode.patch
source = 01-remove-python-installation.patch
- sha256sums = 08241cefeb3e64519c2ad23d0ba8c6c8ef983759de0cff16b0e4a68a77146d48
- sha256sums = c97e0a015290ae72a80780898d328c59f741c735589ce40573c7a4c182938c3e
+ sha256sums = 2d507dd521246d306772e367d81951a96f0345ddfb40f649f35722d22287aafa
+ sha256sums = 330949d2a669019f23b408b3fa7d232ef4b3d1b5dde4a0d100a05c160226f678
sha256sums = 9d6716c7aeb2c584ff201b6671b74bb1411182d5e3af9d288e219f70a8fcba63
pkgname = anvill
diff --git a/00-install-specify-bitcode.patch b/00-install-specify-bitcode.patch
index 83e002ef58c0..9df9a9a7579b 100644
--- a/00-install-specify-bitcode.patch
+++ b/00-install-specify-bitcode.patch
@@ -2,7 +2,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 29f3648..14e5e3d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -197,6 +197,10 @@ install(
+@@ -198,6 +198,10 @@ install(
TARGETS ${DECOMPILE_JSON}
RUNTIME DESTINATION "${install_folder}/bin")
diff --git a/PKGBUILD b/PKGBUILD
index 693ae997a6bf..1c172feed5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kuan-Yen Chou <kuanyenchou at gmail dot com>
pkgname=anvill
-pkgver=0.1.20
-pkgrel=4
+pkgver=0.1.21
+pkgrel=1
pkgdesc="Forge beautiful LLVM bitcode out of raw machine code"
arch=('x86_64')
url="https://github.com/lifting-bits/anvill"
@@ -12,8 +12,8 @@ makedepends=('python-setuptools')
source=("https://github.com/lifting-bits/anvill/archive/v${pkgver}.tar.gz"
'00-install-specify-bitcode.patch'
'01-remove-python-installation.patch')
-sha256sums=('08241cefeb3e64519c2ad23d0ba8c6c8ef983759de0cff16b0e4a68a77146d48'
- 'c97e0a015290ae72a80780898d328c59f741c735589ce40573c7a4c182938c3e'
+sha256sums=('2d507dd521246d306772e367d81951a96f0345ddfb40f649f35722d22287aafa'
+ '330949d2a669019f23b408b3fa7d232ef4b3d1b5dde4a0d100a05c160226f678'
'9d6716c7aeb2c584ff201b6671b74bb1411182d5e3af9d288e219f70a8fcba63')
prepare() {