diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-08-03 02:11:25 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-08-03 02:11:25 (GMT) |
commit | a01a59aea5278f367c75099eca55614cbdd8c748 (patch) | |
tree | 7dfb23f80a67cb709dfa33873e5af7f89a583be1 /abs/core/mythdb-initial/PKGBUILD | |
parent | 6d33ca9cbcabb9e24dd928aae0f44616d976a1b3 (diff) | |
parent | 5181927d0f5818c09ce08a2f7740266fa6e3dd6f (diff) | |
download | linhes_pkgbuild-a01a59aea5278f367c75099eca55614cbdd8c748.zip linhes_pkgbuild-a01a59aea5278f367c75099eca55614cbdd8c748.tar.gz linhes_pkgbuild-a01a59aea5278f367c75099eca55614cbdd8c748.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/mythdb-initial/PKGBUILD')
-rwxr-xr-x | abs/core/mythdb-initial/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD index 160c4e6..e97775e 100755 --- a/abs/core/mythdb-initial/PKGBUILD +++ b/abs/core/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythdb-initial pkgver=2 -pkgrel=8 +pkgrel=9 pkgdesc="setup the initial mythtv database for linhes" url="" license="" @@ -11,7 +11,6 @@ replaces=() backup=() install=mythdb.install source=(mc.sql permissions.sql custom.sql ) -md5sums=() arch=('i686') build() { cd $startdir/src @@ -20,6 +19,6 @@ build() { cp permissions.sql $startdir/pkg/data/database/permissions.sql cp custom.sql $startdir/pkg/data/database/custom.sql } -md5sums=('3211ddff36d76b1dabc48389052cfbd8' +md5sums=('a5770b4bf3621058e41536c3878a5402' 'ad0e57ac5e7c3677808a670e16634bba' '8b0fc984d879b100ae047c157604080b') |