summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD13
2 files changed, 19 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1bd5cb4ff05..7e67779562fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Feb 1 04:04:24 UTC 2017
pkgbase = flowcanvas
pkgdesc = Gtkmm/Gnomecanvasmm widget for boxes-and-lines style environments
pkgver = 0.7.1
pkgrel = 5
- url = http://drobilla.net/software/flowcanvas/
+ url = https://drobilla.net/software/flowcanvas.html
install = flowcanvas.install
arch = i686
arch = x86_64
@@ -13,10 +11,15 @@ pkgbase = flowcanvas
makedepends = python2
depends = libgnomecanvasmm
depends = graphviz>=2.34
- source = http://download.drobilla.net/flowcanvas-0.7.1.tar.bz2
+ source = https://download.drobilla.net/flowcanvas-0.7.1.tar.bz2
+ source = https://download.drobilla.net/flowcanvas-0.7.1.tar.bz2.sig
source = graphviz-2.30.patch
- md5sums = a4908f6385ce9fd2ce97c8caa823f053
- md5sums = e5b2b23d8be0c9fa14b8b52379a15155
+ validpgpkeys = 38B6B5874F029137653BF39BC6F60E6529727060
+ sha256sums = 047928d858fd1e9296a9984de7468c86bbe23fc42e286691b8f273541402c596
+ sha256sums = SKIP
+ sha256sums = b5c0798ffc3ec9e0f4d6a0dde13a64f78daa7e61c4e221a8045b6acc52b49d98
+ b2sums = e37f557fdd850c35dc70fc7efe71e7d9be5c60a7920fcfdb38fc4a9eb4d1a44639688b50feae4b0f529469cc68e906ea75e0b870a82379212d94e27e4be8abb1
+ b2sums = SKIP
+ b2sums = 432c458685f3bad94f13112aa9e8e06e8b8b92322ed68ef86f45c16eae8bfebb3ef580b00d255329b1ceccee57923583ff3c4f1a5edd46401d43e1116eefb4d9
pkgname = flowcanvas
-
diff --git a/PKGBUILD b/PKGBUILD
index 0c6863841e21..81d59fc4c5ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,20 @@ pkgver=0.7.1
pkgrel=5
pkgdesc="Gtkmm/Gnomecanvasmm widget for boxes-and-lines style environments"
arch=('i686' 'x86_64')
-url="http://drobilla.net/software/flowcanvas/"
+url="https://drobilla.net/software/flowcanvas.html"
depends=('libgnomecanvasmm' 'graphviz>=2.34')
makedepends=('boost' 'python2')
license=('GPL')
install=$pkgname.install
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2"
+source=("https://download.drobilla.net/$pkgname-$pkgver.tar.bz2"{,.sig}
"graphviz-2.30.patch")
-md5sums=('a4908f6385ce9fd2ce97c8caa823f053'
- 'e5b2b23d8be0c9fa14b8b52379a15155')
+sha256sums=('047928d858fd1e9296a9984de7468c86bbe23fc42e286691b8f273541402c596'
+ 'SKIP'
+ 'b5c0798ffc3ec9e0f4d6a0dde13a64f78daa7e61c4e221a8045b6acc52b49d98')
+b2sums=('e37f557fdd850c35dc70fc7efe71e7d9be5c60a7920fcfdb38fc4a9eb4d1a44639688b50feae4b0f529469cc68e906ea75e0b870a82379212d94e27e4be8abb1'
+ 'SKIP'
+ '432c458685f3bad94f13112aa9e8e06e8b8b92322ed68ef86f45c16eae8bfebb3ef580b00d255329b1ceccee57923583ff3c4f1a5edd46401d43e1116eefb4d9')
+validpgpkeys=('38B6B5874F029137653BF39BC6F60E6529727060') # David Robillard <d@drobilla.net>
prepare() {
cd "$srcdir/$pkgname-$pkgver"