summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2022-12-13 19:04:53 -0500
committerMithicSpirit2022-12-13 19:04:53 -0500
commitabe0089a77eac9e40c0e69aed661a7bb61be9d58 (patch)
tree74b6315740f50f8e5b3a74c62996e0064866b21c
parent6ac77be76077151c35030881afc7913b54c68291 (diff)
downloadaur-abe0089a77eac9e40c0e69aed661a7bb61be9d58.tar.gz
Building the ffi wasn't working
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32b294262212..c6bd92cc861e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appflowy-git
pkgdesc = An open-source alternative to Notion.
pkgver = latest
- pkgrel = 6
+ pkgrel = 7
url = https://www.appflowy.io/
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3068d4e7f0ab..20256754902b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=appflowy
pkgname=$_pkgname-git
pkgver=latest
-pkgrel=6
+pkgrel=7
pkgdesc='An open-source alternative to Notion.'
arch=(x86_64)
url='https://www.appflowy.io/'
@@ -47,8 +47,8 @@ build() {
cargo install duckscript_cli
cd "$srcdir/$_pkgname/frontend"
- cargo make flowy_dev
- cargo make --profile production-linux-x86_64 appflowy
+ #cargo make --profile "production-linux-$CARCH" flowy-sdk-release
+ cargo make --profile "production-linux-$CARCH" appflowy-linux
}
package() {