summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da63044720aa..8563c9c80d80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fzf-make
- pkgdesc = A command line tool that executes make target using fuzzy finder with preview window.
+ pkgdesc = A command line tool that executes make target using fuzzy finder with preview window
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kyu08/fzf-make
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 51ab828c4ad3..1bb64bd0d579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=fzf-make
pkgver=0.8.0
-pkgrel=1
-pkgdesc="A command line tool that executes make target using fuzzy finder with preview window."
+pkgrel=2
+pkgdesc="A command line tool that executes make target using fuzzy finder with preview window"
arch=('x86_64')
url="https://github.com/kyu08/fzf-make"
license=('MIT')