summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrobot Viktor2019-09-02 19:36:53 +0300
committerDrobot Viktor2019-09-02 19:36:53 +0300
commit191d0a1b7d3f4163c21a29a64c8783cfd983a6b3 (patch)
tree3cfddc9dafb493f131bb45f544d63d1494b70d75 /PKGBUILD
parent672eb73affea91098ae41fd2d9e4e89239e4a2ee (diff)
downloadaur-fpocket-git.tar.gz
Updated patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 037ae4235b5a..c9fe5e04376e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
pkgname=fpocket-git
-pkgver=r84.d9012c1
+pkgver=r93.c530900
pkgrel=1
pkgdesc="Fpocket is a very fast open source protein pocket detection algorithm based on Voronoi tessellation"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('git' 'patch' 'gcc')
source=("$pkgname::git+https://github.com/Discngine/fpocket.git"
"fpocket.patch")
sha1sums=('SKIP'
- '9e2ec2ad73e0951446d3521335fc90cda12ebf8b')
+ 'b6a1d7dc414c0a66fca8eeb55cb6f432c589f3b8')
pkgver() {
cd "${pkgname}"