summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5421c2a0c299..fbaa027f2150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sigviewer
pkgdesc = A viewing application for biosignals
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cbrnr/sigviewer
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1d2d8600ad9b..1896fe7d1fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Clemens Brunner <clemens dot brunner at gmail dot com>
pkgname=sigviewer
pkgver=0.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="A viewing application for biosignals"
arch=('i686' 'x86_64')
url="https://github.com/cbrnr/sigviewer"
license=('GPL')
groups=()
depends=('qt5-base' 'libbiosig' 'libxdf')
-makedepends=('')
+makedepends=()
optdepends=()
provides=()
conflicts=()