Skip to content

Commit

Permalink
upgpkg: fix checksum in artyfx (was wrong in felixonmars#242) (felixo…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Oct 18, 2021
1 parent 79764c3 commit 4bef2af
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions artyfx/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git PKGBUILD PKGBUILD
index 1ab84a8..cee4b42 100644
--- PKGBUILD
+++ PKGBUILD
@@ -10,9 +10,12 @@ license=('GPL2')
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 1030836)
+++ PKGBUILD (working copy)
@@ -10,9 +10,12 @@
groups=('lv2-plugins' 'pro-audio')
depends=('cairo' 'gcc-libs' 'glibc' 'libx11' 'lv2-host')
makedepends=('cmake' 'lv2' 'libsndfile')
Expand All @@ -12,14 +12,14 @@ index 1ab84a8..cee4b42 100644
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz"
+ "disable-sse.patch")
+sha512sums=('7fe84783f460e5ac62d715990a7140259b8e2f1e0a531cf6cde63dadfb51e934abd17c81a8c280699279c0af2aa74ee05e073d32539d99fa37d83a0b1cfc0c49'
+ 'd705b1d2cb6e71f0cd7714d547e424f0ea2ea731f8ded6f6fbe4548c9d67e108d47732e32f943f45fad01a293a741c0fe3af34a8a70a9b12ad71e82131994250')
+ '8adc6118d473c968958007da1a4a5b9e9c730a35f4f7ffe1ec09f1214be6f0894e1c0e32f5d263c410126b5ee3003fc2db40ca0e8b6bb42712d8642bf9b930c6')
+b2sums=('cd858f64743529084130b5b4d8851ddddd8d69d8aada3a63e0634a41057390e858e5c5d7591fc45cea2c46644a6a3bd086d3ce5cac73bc61e94cd28f7046cc06'
+ '95482eb85985609c9f032bdf1f920b70293efcf56dba9cc616018f6523ef475b9fc66d468296c5ddd8bb81c5f1a6288cff2d770a0e463ce7cb5c851af39a4c58')

+ 'c556e4a76ccf5becb4c5c0c600ad0ff7c40b6b6da2b0832f81b8756440d083df0027b96439eaac3aca84562311fe4c00e0dd51f88abf34eca2bbb0ee19b68909')
prepare() {
mv -v "openAV-ArtyFX-release-${pkgver}" "${pkgname}-${pkgver}"
@@ -20,10 +23,14 @@ prepare() {

@@ -20,10 +23,14 @@
build() {
cd "$pkgname-$pkgver"
+ # replace -lpthread with pthread
Expand Down

0 comments on commit 4bef2af

Please sign in to comment.