summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Alexandre2018-04-11 00:28:13 -0300
committerPaulo Alexandre2018-04-11 00:28:13 -0300
commit69f27b3f2e6adc90de27eb032e76edb35ed170a6 (patch)
treef23999899607fa99ae075720a004b7142bd82b6d
parent9ef47acdbcf719a46cb37f094978a5fb72fa1bd8 (diff)
downloadaur-69f27b3f2e6adc90de27eb032e76edb35ed170a6.tar.gz
v0.1.4
-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')