diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-12-25 04:49:26 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-12-25 04:49:26 (GMT) |
commit | e803239f44b43b2a425f47c1f1beb289be031f96 (patch) | |
tree | f287680dbc36b58b003270dd785e5971a84565d6 /abs/core-testing/linhes-scripts/PKGBUILD | |
parent | 5869c8aba6e9ee7be29a207a9c7e264442f07b63 (diff) | |
download | linhes_pkgbuild-e803239f44b43b2a425f47c1f1beb289be031f96.zip linhes_pkgbuild-e803239f44b43b2a425f47c1f1beb289be031f96.tar.gz linhes_pkgbuild-e803239f44b43b2a425f47c1f1beb289be031f96.tar.bz2 |
Added script to update schema to reflect changes in 0.22.
Diffstat (limited to 'abs/core-testing/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index 7dc200b..1da04cc 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=1 -pkgrel=39 +pkgrel=40 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -33,6 +33,7 @@ linhes_update.sh linhes_update2.sh linhes_update3.sh install_hulu.sh +update_schema_021_to_022.sh ) build() { |