[arch-commits] Commit in thin-provisioning-tools/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Wed Sep 3 20:08:44 UTC 2014


    Date: Wednesday, September 3, 2014 @ 22:08:44
  Author: thomas
Revision: 220932

upgpkg: thin-provisioning-tools 0.4.0-1

Modified:
  thin-provisioning-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-03 20:04:00 UTC (rev 220931)
+++ PKGBUILD	2014-09-03 20:08:44 UTC (rev 220932)
@@ -3,16 +3,16 @@
 # Contributor: Jason Hall <cakersq at gmail.com>
 
 pkgname=thin-provisioning-tools
-pkgver=0.3.2
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A suite of tools for manipulating the metadata of the dm-thin device-mapper target"
 arch=('i686' 'x86_64')
 url="https://github.com/jthornber/thin-provisioning-tools"
 license=('GPL3')
-depends=('expat' 'gcc-libs')
+depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
 source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('42a9f57a34bb7b11edb6f21805e64d18c546927d')
+sha1sums=('4bb74cd7043a0ea35b18d3d2ef0efa18afcc9277')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list