diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2010-04-24 05:35:18 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2010-04-24 05:35:18 (GMT) |
commit | 1c253bc91fa87e7ae4ec1fa8447c4a3754e341fc (patch) | |
tree | c178d5084e1ce217f151c89cb8eccb150d9f7a9f /abs/core-testing/test-pattern/PKGBUILD | |
parent | 440fc28966ffed32deed166b01284ef689b07961 (diff) | |
download | linhes_pkgbuild-1c253bc91fa87e7ae4ec1fa8447c4a3754e341fc.zip linhes_pkgbuild-1c253bc91fa87e7ae4ec1fa8447c4a3754e341fc.tar.gz linhes_pkgbuild-1c253bc91fa87e7ae4ec1fa8447c4a3754e341fc.tar.bz2 |
test-pattern: aspect ratio support for interlaced video
Diffstat (limited to 'abs/core-testing/test-pattern/PKGBUILD')
-rw-r--r-- | abs/core-testing/test-pattern/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/test-pattern/PKGBUILD b/abs/core-testing/test-pattern/PKGBUILD index 4b71f68..7ac825b 100644 --- a/abs/core-testing/test-pattern/PKGBUILD +++ b/abs/core-testing/test-pattern/PKGBUILD @@ -1,6 +1,6 @@ pkgname=test-pattern pkgver=1.0 -pkgrel=5 +pkgrel=6 arch=('i686') pkgdesc="script to create test pattern videos" depends=(imagemagick) @@ -13,4 +13,4 @@ build() { install -m755 -D test_pattern.bash $startdir/pkg/usr/bin/test_pattern.bash } -md5sums=('0bcfa657a2b5f31c62a37738016beb1f') +md5sums=('3a427a5dee0763c6b0a5938fedbde883') |