summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexandruianu2015-12-18 00:00:15 +0200
committeralexandruianu2015-12-18 00:00:15 +0200
commit86f3c697e3382c4f4ff3fd87e33571d1ab2c51e6 (patch)
tree6a19260aa521927a0d1c4b26fe27911c705cdcfe
parent2d8d7bc0f912c8329e9590e13fa4549d0407a0e6 (diff)
downloadaur-86f3c697e3382c4f4ff3fd87e33571d1ab2c51e6.tar.gz
new depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9328f487d09..fa838c85eca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu Dec 17 21:59:48 UTC 2015
pkgbase = glc-scripts
pkgdesc = GLC OpenGL capture scripts - mp4 conversion (glccnv), 30/60 fps Alsa/Pulse capture (glcr30/glcr60/glcr30p/glcr60p)
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.archlinux.org/index.php/GLC
arch = any
license = GPL2
- depends = glc
+ depends = glcs-git
depends = ffmpeg
- optdepends = glc-pulseaudio-git
source = https://www.dropbox.com/s/ldmqgk2945vo2ep/glc-scripts.tar.xz
md5sums = 090d2bfe1c668563cd6cbf8904854fed
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"