diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2010-04-18 07:35:01 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2010-04-18 07:35:01 (GMT) |
commit | 6b896b4eeca3db7170369c57137e151cb27a00d1 (patch) | |
tree | 3a06d6f6d00e2f3b66cea6b6f17cfa98f36c2bec /abs/core-testing/test-pattern/PKGBUILD | |
parent | d4589eee8998a168eaa79af7a04d82faac1a738d (diff) | |
download | linhes_pkgbuild-6b896b4eeca3db7170369c57137e151cb27a00d1.zip linhes_pkgbuild-6b896b4eeca3db7170369c57137e151cb27a00d1.tar.gz linhes_pkgbuild-6b896b4eeca3db7170369c57137e151cb27a00d1.tar.bz2 |
test-pattern: add interlaced support
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 3604a6f..db15a0d 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=3 +pkgrel=4 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=('67359cc8826c99ac09e8a1d0d87fc381') +md5sums=('fbe06cf5a38090e2242f4c3e42f3fc7a') |