summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Johnson2020-05-05 10:50:52 -0400
committerJared Johnson2020-05-05 10:50:52 -0400
commit6e9ef270e522ebb873dc1fc6e406ab82f6eeeb6b (patch)
treeda08e88ff5a2965e734b62d6af561619d63ba31b
parent341d9ae4e36a89f6d81bf21eaf77b4c9b10e02f7 (diff)
downloadaur-6e9ef270e522ebb873dc1fc6e406ab82f6eeeb6b.tar.gz
v0.2_247_g7a2270c, updated dotnet sdk dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02d1e5c308f9..24f0e5135736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = fvim
pkgdesc = Cross platform Neovim front-end UI, built with F# + Avalonia
- pkgver = 0.2_233_g2909bf9
+ pkgver = 0.2_247_g7a2270c
pkgrel = 1
url = https://github.com/yatli/fvim
arch = x86_64
license = MIT
- makedepends = dotnet-sdk-preview
+ makedepends = dotnet-sdk-bin
depends = neovim
depends = ttf-dejavu
provides = fvim
conflicts = fvim
options = staticlibs
- source = https://github.com/yatli/fvim/archive/v0.2-233-g2909bf9.tar.gz
+ source = https://github.com/yatli/fvim/archive/v0.2-247-g7a2270c.tar.gz
md5sums = SKIP
pkgname = fvim
diff --git a/PKGBUILD b/PKGBUILD
index ec1003fefded..2d2bd6b6b83a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jared Johnson <jaredj@gmx.com>
pkgname=fvim
-pkgver=0.2_233_g2909bf9
+pkgver=0.2_247_g7a2270c
_pkgver=$(echo "${pkgver}" | sed -e "s/_/-/g")
pkgrel=1
pkgdesc="Cross platform Neovim front-end UI, built with F# + Avalonia"
@@ -9,11 +9,11 @@ url="https://github.com/yatli/fvim"
license=('MIT')
groups=()
depends=('neovim' 'ttf-dejavu')
-makedepends=('dotnet-sdk-preview')
+makedepends=('dotnet-sdk-bin')
optdepends=()
provides=('fvim')
conflicts=('fvim')
-source=("https://github.com/yatli/fvim/archive/v0.2-233-g2909bf9.tar.gz")
+source=("https://github.com/yatli/fvim/archive/v0.2-247-g7a2270c.tar.gz")
md5sums=('SKIP')
options=('staticlibs')