summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-03-26 19:49:11 +0100
committersL1pKn072021-03-26 19:49:11 +0100
commit69846e1a9f07f44faff7d0beb44948e9664d7473 (patch)
tree8bc826c4f991985192b01b695b943af1bc8b9b54 /PKGBUILD
parent7a6b6cf7095cc4aaeedff813f43dbc3e633a42e4 (diff)
downloadaur-69846e1a9f07f44faff7d0beb44948e9664d7473.tar.gz
Update sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa9cc38e3207..7a339f773582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,17 @@ pkgname=avxsynth-plugin-${_plug}-git
pkgver=20120611.5c2028d
pkgrel=1
pkgdesc="Plugin for Avxsynth. ${_plug} (GIT Version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/fundies/fft3dfilter-linux"
license=('GPL')
-depends=('avxsynth' 'fftw')
+depends=('avxsynth'
+ 'fftw'
+ )
makedepends=('git')
provides=("avxsynth-plugin-${_plug}")
conflicts=("avxsynth-plugin-${_plug}")
-source=("${_plug}::git://github.com/fundies/fft3dfilter-linux.git")
+source=("${_plug}::git+https://github.com/sl1pkn07/fft3dfilter-linux.git")
md5sums=('SKIP')
_gitname="${_plug}"