summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa4adbce6e54..22fb60626626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: megadriver <megadriver at gmx dot com>
-pkgname=archlinux-lxdm-theme
+_theme=lxdm-theme
+pkgname=archlinux-${_theme}
pkgver=1
pkgrel=3
pkgdesc="Simple Arch Linux theme for LXDM, by Thayer Williams and Allan McRae"
arch=('any')
url="http://allanmcrae.com/2011/08/simple-arch-linux-theme-for-lxdm/"
-license=("CCPL:by-sa")
+license=('CCPL:by-sa')
depends=('lxdm')
-source=(http://allanmcrae.com/files/lxdm-theme.tar.gz
- git-fixes.patch)
+source=("http://allanmcrae.com/files/${_theme}.tar.gz"
+ "git-fixes.patch")
sha256sums=('1eeaee69da8dd0ab28fc6967b06d4594980808bed83e822858a31b46926acbe7'
'95f3e1b63f38fb6289beed290c15c022836a2800e4358e22e6c7ec52c741af30')