summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2018-03-08 17:27:40 +0100
committerChristian Hesse2018-03-08 17:27:40 +0100
commit2e1aa97ce5e53b3a78bb92ecfd2634724aad8e53 (patch)
tree28833befa661cfd73a21bb37b425c6576b730818
parentd6081c0a5ab0e40b3b608442288375eedcc32b7b (diff)
downloadaur-2e1aa97ce5e53b3a78bb92ecfd2634724aad8e53.tar.gz
commit netlink-notify 0.8.0-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69355297eb0b..5a20e000cb0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jan 5 15:48:22 UTC 2017
pkgbase = netlink-notify
pkgdesc = Notify about netlink changes
- pkgver = 0.7.5
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/eworm-de/netlink-notify
arch = i686
@@ -12,9 +10,10 @@ pkgbase = netlink-notify
makedepends = markdown
depends = libsystemd
depends = libnotify
- source = http://www.eworm.de/download/netlink-notify/netlink-notify-0.7.5.tar.xz
- source = http://www.eworm.de/download/netlink-notify/netlink-notify-0.7.5.tar.xz.asc
- sha256sums = a42b42fa28f8f5a9bef2c98184b95702dead3452ee399cd2b9959f3f2f01619a
+ source = https://www.eworm.de/download/netlink-notify/netlink-notify-0.8.0.tar.xz
+ source = https://www.eworm.de/download/netlink-notify/netlink-notify-0.8.0.tar.xz.asc
+ validpgpkeys = BD84DE71F493DF6814B0167254EDC91609BC9183
+ sha256sums = b5f0245ed5d5171375c38403b5af2950b09cacfaee72b09e249d3198c2dad8d9
sha256sums = SKIP
pkgname = netlink-notify
diff --git a/PKGBUILD b/PKGBUILD
index 8301c9c5f470..cee633bf9a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=netlink-notify
-pkgver=0.7.5
+pkgver=0.8.0
pkgrel=1
pkgdesc='Notify about netlink changes'
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ depends=('libsystemd' 'libnotify')
makedepends=('systemd' 'markdown')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
-source=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('a42b42fa28f8f5a9bef2c98184b95702dead3452ee399cd2b9959f3f2f01619a'
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('b5f0245ed5d5171375c38403b5af2950b09cacfaee72b09e249d3198c2dad8d9'
'SKIP')
build() {