summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chong Yew2022-12-07 21:00:48 +0800
committerLee Chong Yew2022-12-07 21:00:48 +0800
commit2bc2b6897400ad56b25ced6fef6beb4822e9318d (patch)
treed5a28376324ecc29c26cfbb2741ec6cc24e2c981
parentc43384a604a719d284a5dc594488630c90b04ece (diff)
downloadaur-2bc2b6897400ad56b25ced6fef6beb4822e9318d.tar.gz
fixed misleading typo in comment about ffmpeg5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27724fb1b7c5..349326db79a0 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 = 29
+ pkgrel = 30
url = http://libquicktime.sourceforge.net/
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index f316d1406d99..1855da23497b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=libquicktime
_commit='27295919b3a1036ba8bc06cec414dcc501f72d89'
pkgver=1.2.4
-pkgrel=29
+pkgrel=30
pkgdesc="A library for reading and writing quicktime files"
arch=(x86_64)
license=(LGPL2.1)
url="http://libquicktime.sourceforge.net/"
depends=(glib2 glibc zlib)
-# NOTE: not applied experimental ffmpeg5 patch. Please provide feedback if this works for you
+# NOTE: applied experimental ffmpeg5 patch. Please provide feedback if this works for you
makedepends=(alsa-lib doxygen faac faad2 ffmpeg git gtk2 lame libdv libglvnd
libjpeg-turbo libvorbis libx11 libxaw libxext libxt libxv
schroedinger sndio x264)