summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaansu2016-10-30 08:56:30 -0700
committerRaansu2016-10-30 08:56:30 -0700
commit29749c9fe309d1e2b1da82a6c78cd28d82044162 (patch)
treeae4c1bf0c357a6ed271df5ac74b466d34e4a9ce7 /PKGBUILD
parentfddb12ee6bbe27773c8744c95818858279377a5f (diff)
downloadaur-splitviewfuse.tar.gz
Update PKGBUILD to fetch the latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1794405bf3d7..000f9b5d8339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of AUR package: Raansu <gero3977@gmail.com>
# Maintainer of splitviewfuse project: seiferma <https://github.com/seiferma>
pkgname=splitviewfuse
-pkgver=0.2.3
+pkgver=0.3.1
pkgrel=1
pkgdesc="A view on a given directory that splits large files into segments implemented as FUSE file system. An additional filesystem that merges such segments into regular files is included as well. AUR package by Raansu, project by seiferma"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python2' 'python2-setuptools')
provides=('splitviewfuse' 'unionviewfuse')
conflicts=('splitviewfuse-git' 'splitviewfuse' 'unionviewfuse')
source=("https://github.com/seiferma/splitviewfuse/archive/v${pkgver}.tar.gz")
-sha256sums=('b7d9356e77ab5e90d7877b222d4cd38849286a87357c73865cf5a94f9867f51d')
+sha256sums=('f4f373cd005c3719414a010c5b80f8c15c923ec82ab4a9afc66498a311f62513')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"