summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schreiner2018-09-15 23:54:14 +0200
committerAndreas Schreiner2018-09-15 23:54:14 +0200
commit1ed4cd77326ab69432b915ccd5908c17ee8fafce (patch)
tree877a34a5cde906039af9b1c7a97c6e3f823b6da7
parent97789cd2e05e1ed3c2199c4024a5709b36cd4169 (diff)
downloadaur-1ed4cd77326ab69432b915ccd5908c17ee8fafce.tar.gz
Update - Download link moved
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40925f847c85..1682eb949017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Sat Sep 15 21:51:45 UTC 2018
pkgbase = libctb
pkgdesc = Communications toolbox - ctb. Multiplatform library for different interfaces (RS232, GPIB)
pkgver = 0.16
- pkgrel = 1
+ pkgrel = 2
url = https://iftools.com/opensource/ctb.en.php
arch = i686
arch = x86_64
license = LGPL
- source = http://iftools.com/download/ctb/0.16/libctb-0.16.tar.gz
+ source = https://iftools.com/download/files/legacy/libctb-0.16.tar.gz
sha512sums = 42e79b04896f1f07d4243ef73b7ff69cedf11639409126329c43b30d0648dea3783f9fc900c9d758363806850f9da4448cf7b4cc67002c5ed8d7a0e62763e67c
pkgname = libctb
diff --git a/PKGBUILD b/PKGBUILD
index f8fade2e81c6..25a1c700ee37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Andreas Schreiner <andreas.schreiner@sonnenmulde.at>
pkgname=libctb
pkgver=0.16
-pkgrel=1
+pkgrel=2
pkgdesc="Communications toolbox - ctb. Multiplatform library for different interfaces (RS232, GPIB)"
url="https://iftools.com/opensource/ctb.en.php"
license=('LGPL')
-source=(http://iftools.com/download/ctb/0.16/${pkgname}-${pkgver}.tar.gz)
+source=(https://iftools.com/download/files/legacy/${pkgname}-${pkgver}.tar.gz)
sha512sums=('42e79b04896f1f07d4243ef73b7ff69cedf11639409126329c43b30d0648dea3783f9fc900c9d758363806850f9da4448cf7b4cc67002c5ed8d7a0e62763e67c')
arch=('i686' 'x86_64')
depends=()