summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f41efa275423..a1f205dd7865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = libvc
pkgdesc = vCard library.
- pkgver = 006
+ pkgver = 007
pkgrel = 1
url = https://github.com/libvc/libvc
arch = i686
arch = x86_64
license = LGPL
depends = glibc
- source = https://github.com/libvc/libvc/archive/v006.tar.gz
- source = https://github.com/libvc/libvc/releases/download/v006/v006.tar.gz.sig
+ source = libvc-007.tar.gz::https://github.com/libvc/libvc/archive/v007.tar.gz
+ source = libvc-007.tar.gz.sig::https://github.com/libvc/libvc/releases/download/v007/v007.tar.gz.sig
validpgpkeys = 3F464391498FE874BDB5D98F2124AA1983785C90
- md5sums = 4fb0ba25badf35fcf394513734e98048
+ md5sums = 63738236e65dcc8acfcc73c59f39487c
md5sums = SKIP
pkgname = libvc
diff --git a/PKGBUILD b/PKGBUILD
index 29d158c47d6d..90ba20d625e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jeff Mickey <j@codemac.net>
pkgname=libvc
-pkgver=006
+pkgver=007
pkgrel=1
pkgdesc="vCard library."
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="https://github.com/$pkgname/$pkgname"
license=("LGPL")
depends=('glibc')
-source=("$url/archive/v$pkgver.tar.gz"
- "$url/releases/download/v$pkgver/v$pkgver.tar.gz.sig")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+ "$pkgname-$pkgver.tar.gz.sig::$url/releases/download/v$pkgver/v$pkgver.tar.gz.sig")
validpgpkeys=('3F464391498FE874BDB5D98F2124AA1983785C90')
@@ -34,5 +34,5 @@ package() {
make DESTDIR=${pkgdir} install
}
-md5sums=('4fb0ba25badf35fcf394513734e98048'
+md5sums=('63738236e65dcc8acfcc73c59f39487c'
'SKIP')