summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f7f421da074..1c39984a12fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psync
pkgdesc = A naive tool for syncing partitions using rsync
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/paulequilibrio/psync
install = psync.install
diff --git a/PKGBUILD b/PKGBUILD
index dbdc3bb84d55..36916262e8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Paulo Alexandre Aquino da Costa <contact at pauloalexandre dot com>
pkgname='psync'
-pkgver='0.1.3'
+pkgver='0.1.4'
pkgrel=1
pkgdesc='A naive tool for syncing partitions using rsync'
arch=('any')