[arch-commits] Commit in gpart/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Feb 19 22:58:58 UTC 2016


    Date: Friday, February 19, 2016 @ 23:58:58
  Author: arojas
Revision: 260015

Update to 0.3

Modified:
  gpart/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-19 22:56:10 UTC (rev 260014)
+++ PKGBUILD	2016-02-19 22:58:58 UTC (rev 260015)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=gpart
-pkgver=0.2.2
+pkgver=0.3
 pkgrel=1
 pkgdesc="Partition table rescue/guessing tool"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 url="https://github.com/baruch/gpart"
 license=('GPL')
 depends=('glibc')
-source=("https://github.com/baruch/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('39fda5dafb48a7a353f4c98347055dd8')
+source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('2d709068b5123198b3eb337f9d4686a8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list