summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2018-02-25 11:58:54 +0100
committerMichael Picht2018-02-25 11:58:54 +0100
commitc3af5673c0a23b171fa7f6ee68337164ce4d6aee (patch)
treeba389f111cddabf572264fb20b7692a9aac43baf
parent4a8f2c0468636fb29b24467d1a46709615025b5f (diff)
downloadaur-c3af5673c0a23b171fa7f6ee68337164ce4d6aee.tar.gz
Implemente 'lazy log# using the enhancements made in logrus
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15a01297459e..754a3b9a3c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smsync-git
pkgdesc = smsync (Smart Music Sync) is an easy-to-use command line application for Linux. It helps to keep huge music collections in sync and is also taking care of conversions between different formats
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = http://github.com/mipimipi/smsync/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4f97c50536dd..5e42f73e4955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=smsync-git
_pkgname=smsync
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='smsync (Smart Music Sync) is an easy-to-use command line application for Linux. It helps to keep huge music collections in sync and is also taking care of conversions between different formats'
arch=('x86_64' 'i686')