summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChinmay Dalal2021-09-13 00:18:05 +0530
committerChinmay Dalal2021-09-13 00:18:05 +0530
commit7858da2bc6664e41aeb6155838ba36c4ec85c0b9 (patch)
treedd87ae53a5fc20fe8506913ebc1a333f2e131914
parenta441f5c1ddf8cf459e3b9b3fa2e3763e1d17d3eb (diff)
downloadaur-7858da2bc6664e41aeb6155838ba36c4ec85c0b9.tar.gz
Remove commented out loop
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d74bcc06459c..60c3e41ad250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fvim-bin
pkgdesc = Cross platform Neovim front-end UI, built with F# + Avalonia
pkgver = 0.3.433_gf48ac0e
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/yatli/fvim
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2e108969812e..4113b1e3806f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fvim-bin
pkgver=0.3.433_gf48ac0e
_pkgver=$(echo "${pkgver}" | sed -e "s/_/-/g")
-pkgrel=2
+pkgrel=3
pkgdesc="Cross platform Neovim front-end UI, built with F# + Avalonia"
arch=('x86_64')
url="https://github.com/yatli/fvim"
@@ -20,9 +20,6 @@ options=('staticlibs')
package() {
cd $srcdir
- # for i in *.rpm; do
- # rpmextract.sh "$i"
- # done
rpmextract.sh fvim-linux-x86_64.rpm
cp -r "$srcdir/usr" "$pkgdir"
}