From f6197e89df883a13ef6f2d30e8603dfd2c7004db Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 2 Dec 2019 12:02:36 +0100 Subject: [PATCH] Update maintainers and bump pkgrel --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2f60100..a7df4b7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = dsview pkgdesc = Client software that supports the DreamSourceLab logic analyzer pkgver = 1.01 - pkgrel = 1 + pkgrel = 2 url = http://www.dreamsourcelab.com/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index edcd47b..e02b6c6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,10 @@ -# Maintainer: Thomas Krug -# Contributor: Thomas Krug # Maintainer: Cody Schafer +# Maintainer: Jake +# Contributor: Thomas Krug pkgname=dsview pkgver=1.01 -pkgrel=1 +pkgrel=2 pkgdesc="Client software that supports the DreamSourceLab logic analyzer" arch=('i686' 'x86_64') url="http://www.dreamsourcelab.com/"