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

Tobias Powalowski tpowa at archlinux.org
Fri Sep 16 17:42:48 UTC 2016


    Date: Friday, September 16, 2016 @ 17:42:47
  Author: tpowa
Revision: 276543

upgpkg: spice-protocol 0.12.12-1

bump to latest version

Modified:
  spice-protocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-16 17:38:33 UTC (rev 276542)
+++ PKGBUILD	2016-09-16 17:42:47 UTC (rev 276543)
@@ -3,13 +3,14 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice-protocol
-pkgver=0.12.11
+pkgver=0.12.12
 pkgrel=1
 pkgdesc="Headers for SPICE protocol"
 arch=(any)
 url="http://spice-space.org"
 license=('BSD' 'LGPL2.1')
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+source=(https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('3b2886cceaefc228b7afa12300462abd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,4 +23,3 @@
   make DESTDIR="$pkgdir/" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
-md5sums=('422bf0bc1eb34c8af3479a78b28e969b')



More information about the arch-commits mailing list