summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f55edcca98..274102d2ee92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appflowy-bin
pkgdesc = AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations.
pkgver = 0.5.9
- pkgrel = 2
+ pkgrel = 3
url = https://appflowy.io
arch = x86_64
license = AGPL
diff --git a/PKGBUILD b/PKGBUILD
index 7e54be7e9262..1ee8d04624a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=appflowy-bin
_pkgname=appflowy
pkgver=0.5.9
-pkgrel=2
+pkgrel=3
pkgdesc="AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations."
arch=(x86_64)
url="https://appflowy.io"
@@ -30,6 +30,6 @@ package(){
"usr/share/pixmaps/appflowy.svg"
mkdir usr/bin
ln -s "/usr/lib/AppFlowy/AppFlowy" -t "usr/bin/"
- ln -s "/usr/lib/libmpv.so" -t "/usr/lib/libmpv.so.2"
+ ln -s "/usr/lib/libmpv.so" "usr/lib/libmpv.so.1"
}
# vim:set noet sts=0 sw=4 ts=4 ft=PKGBUILD: