summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-04-15 12:38:29 +0200
committerlarchunix2017-04-15 12:38:29 +0200
commitb39d3a4ee4d912b50f4b6645aaea5316d637a9e6 (patch)
tree7eafc6c9b1dfc6d2bc790d1363584197f0f8f423
parent3d095e51129f6d8b1d8cbc14467a00161691c6af (diff)
downloadaur-b39d3a4ee4d912b50f4b6645aaea5316d637a9e6.tar.gz
Update to upstream release 1.5
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f1df4c80c5b..0c3399a15c43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Mon Dec 7 18:51:02 UTC 2015
pkgbase = amtterm
pkgdesc = Tools to connect to Intel AMT enabled machines via Serial-Over-LAN
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://www.kraxel.org/blog/linux/amtterm/
arch = i686
arch = x86_64
license = GPL2
- makedepends = vte
depends = perl-soap-lite
- optdepends = vte: for the gamt GUI
- source = http://www.kraxel.org/cgit/amtterm/snapshot/amtterm-1.4.tar.gz
- md5sums = de218c2f908fb7848c1e9f26df82c12b
+ source = https://www.kraxel.org/releases/amtterm/amtterm-1.5.tar.gz
+ source = https://www.kraxel.org/releases/amtterm/amtterm-1.5.tar.gz.asc
+ validpgpkeys = A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
+ md5sums = 064473485f29e7f7b6d1babfc2bb64f3
+ md5sums = SKIP
pkgname = amtterm
diff --git a/PKGBUILD b/PKGBUILD
index b444eb8217c9..4773ddb033a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: Simo Leone <leone.simo AT gmail DOT com>
pkgname=amtterm
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Tools to connect to Intel AMT enabled machines via Serial-Over-LAN"
arch=('i686' 'x86_64')
url="https://www.kraxel.org/blog/linux/$pkgname/"
license=('GPL2')
depends=('perl-soap-lite')
-makedepends=('vte')
-optdepends=('vte: for the gamt GUI')
-source=("http://www.kraxel.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.gz")
-md5sums=('de218c2f908fb7848c1e9f26df82c12b')
+source=("https://www.kraxel.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('064473485f29e7f7b6d1babfc2bb64f3'
+ 'SKIP')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138') # Gerd Hoffmann (work) <kraxel@redhat.com>
build() {
cd "$pkgname-$pkgver"