summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexandruianu2015-12-18 00:00:15 +0200
committeralexandruianu2015-12-18 00:00:15 +0200
commit86f3c697e3382c4f4ff3fd87e33571d1ab2c51e6 (patch)
tree6a19260aa521927a0d1c4b26fe27911c705cdcfe /PKGBUILD
parent2d8d7bc0f912c8329e9590e13fa4549d0407a0e6 (diff)
downloadaur-glc-scripts.tar.gz
new depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a971972c00a7..aaef45b4b347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# Maintainer: Alexandru Ianu <alexandru.ianu@gmail.com>
pkgname=glc-scripts
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="GLC OpenGL capture scripts - mp4 conversion (glccnv), 30/60 fps Alsa/Pulse capture (glcr30/glcr60/glcr30p/glcr60p)"
arch=("any")
url="https://wiki.archlinux.org/index.php/GLC"
license=('GPL2')
source=("https://www.dropbox.com/s/ldmqgk2945vo2ep/glc-scripts.tar.xz")
md5sums=('090d2bfe1c668563cd6cbf8904854fed')
-depends=('glc' 'ffmpeg')
-optdepends=('glc-pulseaudio-git')
+depends=('glcs-git' 'ffmpeg')
package(){
mkdir -p "$pkgdir/usr/bin/"
cp "$srcdir/glccnv" "$pkgdir/usr/bin/glccnv"