summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-06-06 21:34:44 +1200
committertee2024-06-06 21:34:44 +1200
commit9f858a0662733b40a075245df523c61ad44059c1 (patch)
treeb667fa6f02b1807064195c11df129bc5c8c3405b
parente0e776117d08f90415e93564d7a471062d86f3da (diff)
downloadaur-9f858a0662733b40a075245df523c61ad44059c1.tar.gz
Fix ln
-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: