summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio2019-04-16 11:53:24 +0200
committerFabio2019-04-16 11:53:24 +0200
commit2469768a5f4a973f57ebf65ad78882b9acf04e63 (patch)
tree041b7ec9b4e9bb4a213ba6667a921e783604613b
parent30a2c99d9b51a73ecb6d05ab8b21edb473ae202d (diff)
downloadaur-2469768a5f4a973f57ebf65ad78882b9acf04e63.tar.gz
Fix url should not be an array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 128f5398e3ad..e3c45f1d286b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brp-pacu
pkgdesc = A cross platform dual channel FFT based Acoustic Analysis Tool to help engineers analyze live professional sound systems using the transfer function. One feature is the ability to capture four sample plots, average them, and invert to aid in final EQ.
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = http://sourceforge.net/projects/brp-pacu/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8894dbcaf711..6c836d37bc0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=brp-pacu
_upstreamname=BRP_PACU
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A cross platform dual channel FFT based Acoustic Analysis Tool to help engineers analyze live professional sound systems using the transfer function. One feature is the ability to capture four sample plots, average them, and invert to aid in final EQ."
-url=('http://sourceforge.net/projects/brp-pacu/')
+url='http://sourceforge.net/projects/brp-pacu/'
arch=('i686' 'x86_64')
license=('gpl')
depends=('gtk2' 'gtkdatabox' 'jack' 'fftw2')