summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu2016-08-27 22:46:19 -0700
committerRaansu2016-08-27 22:46:19 -0700
commitfddb12ee6bbe27773c8744c95818858279377a5f (patch)
treef146f3a11b1634f44fbd0b162757bbe724fe5c67
parenta8b581d90ea1cda2d5f550148a6b751d10070a82 (diff)
downloadaur-fddb12ee6bbe27773c8744c95818858279377a5f.tar.gz
Update package to the latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f40f95d18063..439ac332c454 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.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/seiferma/splitviewfuse
arch = any
@@ -14,8 +14,8 @@ pkgbase = splitviewfuse
conflicts = splitviewfuse-git
conflicts = splitviewfuse
conflicts = unionviewfuse
- source = https://github.com/seiferma/splitviewfuse/archive/v0.2.2.tar.gz
- sha256sums = dae6806c227d06296f251237d89ad6886a567681842b948fd8f6500cc96a0108
+ source = https://github.com/seiferma/splitviewfuse/archive/v0.2.3.tar.gz
+ sha256sums = b7d9356e77ab5e90d7877b222d4cd38849286a87357c73865cf5a94f9867f51d
pkgname = splitviewfuse
diff --git a/PKGBUILD b/PKGBUILD
index 5ec1c892975d..1794405bf3d7 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.2
+pkgver=0.2.3
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=('dae6806c227d06296f251237d89ad6886a567681842b948fd8f6500cc96a0108')
+sha256sums=('b7d9356e77ab5e90d7877b222d4cd38849286a87357c73865cf5a94f9867f51d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"