summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu2016-10-30 08:56:30 -0700
committerRaansu2016-10-30 08:56:30 -0700
commit29749c9fe309d1e2b1da82a6c78cd28d82044162 (patch)
treeae4c1bf0c357a6ed271df5ac74b466d34e4a9ce7
parentfddb12ee6bbe27773c8744c95818858279377a5f (diff)
downloadaur-splitviewfuse.tar.gz
Update PKGBUILD to fetch the latest version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 439ac332c454..07eb1f7c850b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = splitviewfuse
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
- pkgver = 0.2.3
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/seiferma/splitviewfuse
arch = any
@@ -14,7 +14,7 @@ pkgbase = splitviewfuse
conflicts = splitviewfuse-git
conflicts = splitviewfuse
conflicts = unionviewfuse
- source = https://github.com/seiferma/splitviewfuse/archive/v0.2.3.tar.gz
+ source = https://github.com/seiferma/splitviewfuse/archive/v0.3.1.tar.gz
sha256sums = b7d9356e77ab5e90d7877b222d4cd38849286a87357c73865cf5a94f9867f51d
pkgname = splitviewfuse
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}"