summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio2019-04-16 11:53:24 +0200
committerFabio2019-04-16 11:53:24 +0200
commit2469768a5f4a973f57ebf65ad78882b9acf04e63 (patch)
tree041b7ec9b4e9bb4a213ba6667a921e783604613b /PKGBUILD
parent30a2c99d9b51a73ecb6d05ab8b21edb473ae202d (diff)
downloadaur-2469768a5f4a973f57ebf65ad78882b9acf04e63.tar.gz
Fix url should not be an array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')