summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b980bfcfea94..cd337fba0c09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = avxsynth-plugin-fft3dfilter-git
pkgver = 20120611.5c2028d
pkgrel = 1
url = https://github.com/fundies/fft3dfilter-linux
- arch = i686
arch = x86_64
license = GPL
makedepends = git
@@ -11,7 +10,7 @@ pkgbase = avxsynth-plugin-fft3dfilter-git
depends = fftw
provides = avxsynth-plugin-fft3dfilter
conflicts = avxsynth-plugin-fft3dfilter
- source = fft3dfilter::git://github.com/fundies/fft3dfilter-linux.git
+ source = fft3dfilter::git+https://github.com/sl1pkn07/fft3dfilter-linux.git
md5sums = SKIP
pkgname = avxsynth-plugin-fft3dfilter-git
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}"