summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chong Yew2022-12-07 20:58:18 +0800
committerLee Chong Yew2022-12-07 20:58:18 +0800
commitc43384a604a719d284a5dc594488630c90b04ece (patch)
tree9aaeeba0363052e9d28d0e9a893f997acde232b6
parent2a5a9b3278ffadfe3936c234c58fb0a484346223 (diff)
downloadaur-c43384a604a719d284a5dc594488630c90b04ece.tar.gz
removed accidental empty optdepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f348c36abc5a..27724fb1b7c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libquicktime
pkgdesc = A library for reading and writing quicktime files
pkgver = 1.2.4
- pkgrel = 28
+ pkgrel = 29
url = http://libquicktime.sourceforge.net/
arch = x86_64
license = LGPL2.1
@@ -48,7 +48,6 @@ pkgbase = libquicktime
optdepends = schroedinger: for lqt_schroedinger plugin
optdepends = sndio: for lqtplay
optdepends = x264: for lqt_x264 plugin
- optdepends =
provides = libquicktime.so
options = !lto
source = https://downloads.sourceforge.net/sourceforge/libquicktime/libquicktime-1.2.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ec11678d65aa..f316d1406d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=libquicktime
_commit='27295919b3a1036ba8bc06cec414dcc501f72d89'
pkgver=1.2.4
-pkgrel=28
+pkgrel=29
pkgdesc="A library for reading and writing quicktime files"
arch=(x86_64)
license=(LGPL2.1)