summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChinmay Dalal2022-04-05 12:45:24 +0530
committerChinmay Dalal2022-04-05 12:45:24 +0530
commitb888f4a41c0f6cb499faa35f077dd9b0bfb6b00d (patch)
tree52a318a70361444eb1fd1ebe8bfa8450ca03ba4d
parentf4a03600ac1dbc32ec9e4472519c80ef321097d2 (diff)
downloadaur-b888f4a41c0f6cb499faa35f077dd9b0bfb6b00d.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e68474fd677..ba02da3da598 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fvim-bin
pkgdesc = Cross platform Neovim front-end UI, built with F# + Avalonia
- pkgver = 0.3.513_ga1d00c9
+ pkgver = 0.3.530_gc43c0c6
pkgrel = 1
url = https://github.com/yatli/fvim
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = fvim-bin
provides = fvim
conflicts = fvim
options = staticlibs
- source = https://github.com/yatli/fvim/releases/download/v0.3.513%2Bga1d00c9/fvim-linux-x86_64-v0.3.513+ga1d00c9.rpm
+ source = https://github.com/yatli/fvim/releases/download/v0.3.530%2Bgc43c0c6/fvim-linux-x86_64-v0.3.530+gc43c0c6.rpm
md5sums = SKIP
pkgname = fvim-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b36a61df935..f2dd7549bd22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Chinmay Dalal <w5vwg64uy@relay.firefox.com>
pkgname=fvim-bin
-pkgver=0.3.513_ga1d00c9
+pkgver=0.3.530_gc43c0c6
_pkgver=$(echo "${pkgver}" | sed -e "s/_/-/g")
pkgrel=1
pkgdesc="Cross platform Neovim front-end UI, built with F# + Avalonia"
@@ -13,13 +13,13 @@ makedepends=('rpmextract')
optdepends=()
provides=('fvim')
conflicts=('fvim')
-source=("https://github.com/yatli/fvim/releases/download/v0.3.513%2Bga1d00c9/fvim-linux-x86_64-v0.3.513+ga1d00c9.rpm")
+source=("https://github.com/yatli/fvim/releases/download/v0.3.530%2Bgc43c0c6/fvim-linux-x86_64-v0.3.530+gc43c0c6.rpm")
md5sums=('SKIP')
arch=('x86_64')
options=('staticlibs')
package() {
cd $srcdir
- rpmextract.sh fvim-linux-x86_64-v0.3.513+ga1d00c9.rpm
+ rpmextract.sh fvim-linux-x86_64-v0.3.530+gc43c0c6.rpm
cp -r "$srcdir/usr" "$pkgdir"
}