diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-21 02:00:48 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-21 02:00:48 (GMT) |
commit | 78a3acb31c01c3513fb2ed41165f35532df445cf (patch) | |
tree | f8d00ddce7224d26e5b16cf892f02d542c3913a5 /abs/core-testing/test-pattern/PKGBUILD | |
parent | 74e0c0bd66b79a35ac5491ad2714aad4f9712fd6 (diff) | |
parent | ba16cf27ca4bf8150cf14735174837c361ec9f5e (diff) | |
download | linhes_pkgbuild-78a3acb31c01c3513fb2ed41165f35532df445cf.zip linhes_pkgbuild-78a3acb31c01c3513fb2ed41165f35532df445cf.tar.gz linhes_pkgbuild-78a3acb31c01c3513fb2ed41165f35532df445cf.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/test-pattern/PKGBUILD')
-rw-r--r-- | abs/core-testing/test-pattern/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/test-pattern/PKGBUILD b/abs/core-testing/test-pattern/PKGBUILD index f79ae6a..db15a0d 100644 --- a/abs/core-testing/test-pattern/PKGBUILD +++ b/abs/core-testing/test-pattern/PKGBUILD @@ -1,10 +1,10 @@ pkgname=test-pattern pkgver=1.0 -pkgrel=1 +pkgrel=4 arch=('i686') pkgdesc="script to create test pattern videos" depends=(imagemagick) - +license=('GPL') source=(test_pattern.bash) build() { @@ -13,4 +13,4 @@ build() { install -m755 -D test_pattern.bash $startdir/pkg/usr/bin/test_pattern.bash } -md5sums=('a6b424b0ebc07574fa5716eced807127') +md5sums=('fbe06cf5a38090e2242f4c3e42f3fc7a') |