summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Robert2020-01-21 21:32:11 -1000
committerDamien Robert2020-01-21 21:32:11 -1000
commit4900da937e4411ffb7bc619bc5549ff3d251665a (patch)
treed2ec532701ac0e821ca05f8532c9a245c50a50c4
parent63c46eb2f512c7d5d616f277450650b900c7e5d9 (diff)
downloadaur-4900da937e4411ffb7bc619bc5549ff3d251665a.tar.gz
upgpkg: fast-p 0.2.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65a4d95fae93..326a88b5ed78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fast-p
pkgdesc = Quickly find and open a pdf among a collection of thousands of unsorted pdfs through fzf (fuzzy finder)
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/bellecp/fast-p
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = fast-p
makedepends = go-pie
makedepends = git
depends = fzf
- source = https://github.com/bellecp/fast-p/archive/v0.2.4.tar.gz
- sha256sums = 87e34e6b4bee5e20247e997b19c0d8c08dd6f35a6c0dd4b507224d6790e2b071
+ source = https://github.com/bellecp/fast-p/archive/v0.2.5.tar.gz
+ sha256sums = ccd0a4630433a0ed000278f93c15300fd8bf47e612967568d824ad4ab23fb3ac
pkgname = fast-p
diff --git a/PKGBUILD b/PKGBUILD
index 216df03a2be5..aafd9973621c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fast-p
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc='Quickly find and open a pdf among a collection of thousands of unsorted pdfs through fzf (fuzzy finder)'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('fzf')
makedepends=('go-pie' 'git')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('87e34e6b4bee5e20247e997b19c0d8c08dd6f35a6c0dd4b507224d6790e2b071')
+sha256sums=('ccd0a4630433a0ed000278f93c15300fd8bf47e612967568d824ad4ab23fb3ac')
gopkg="gopath/src/$repo"