diff options
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/libdv/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/libdv/PKGBUILD b/abs/core-testing/libdv/PKGBUILD index c535c2c..bd54a0d 100644 --- a/abs/core-testing/libdv/PKGBUILD +++ b/abs/core-testing/libdv/PKGBUILD @@ -4,10 +4,10 @@ pkgname=libdv pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video" arch=('i686' 'x86_64') -depends=('popt') +depends=('popt' 'gtk') makedepends=('pkgconfig' 'gtk') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('f895162161cfa4bb4a94c070a7caa6c7') |