summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2015-07-25 10:36:41 -0700
committerShadowKyogre2015-07-25 10:36:41 -0700
commitd153aa349f58d775fec71901d89c37fc679cfaf9 (patch)
tree193f0ee2fe8117624b2ab1ab1b555543726746e0 /PKGBUILD
parentd8a585daadb4dfc11d6c3f08d111c9d68314d6f4 (diff)
downloadaur-d153aa349f58d775fec71901d89c37fc679cfaf9.tar.gz
Updated dependencies and descriptions for split packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3efbc6a74c44..f70bf48f15ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=mse-mtg
pkgname=("$pkgbase" "$pkgbase-new" "$pkgbase-m15")
pkgver=2.0.0
-pkgrel=7
+pkgrel=8
pkgdesc="Magic: the Gathering templates for Magic Set Editor."
arch=(any)
url="http://magicseteditor.sourceforge.net"
@@ -14,6 +14,7 @@ source=('http://downloads.sourceforge.net/project/msetemps/Magic%20-%20Recently%
md5sums=('5b8144c7ab1a2d4747907e7a4de87bf8')
package_mse-mtg() {
+ pkgdesc="Magic: the Gathering base game and symbol fonts for Magic Set Editor."
cd "$srcdir"
mkdir -p "$pkgdir/usr/share/magicseteditor/data"
cp -r ./magic.mse-game "$pkgdir/usr/share/magicseteditor/data"
@@ -23,6 +24,8 @@ package_mse-mtg() {
package_mse-mtg-new()
{
+ depends=('mse-mtg')
+ pkgdesc="Magic: the Gathering Modern templates for Magic Set Editor."
cd "$srcdir"
mkdir -p "$pkgdir/usr/share/magicseteditor/data"
cp -r ./magic-new*.mse-style "$pkgdir/usr/share/magicseteditor/data"
@@ -30,6 +33,8 @@ package_mse-mtg-new()
package_mse-mtg-m15()
{
+ depends=('mse-mtg')
+ pkgdesc="Magic: the Gathering M15 templates for Magic Set Editor."
cd "$srcdir"
mkdir -p "$pkgdir/usr/share/magicseteditor/data"
cp -r ./magic-m15*.mse-style "$pkgdir/usr/share/magicseteditor/data"