summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-09-18 11:54:29 -0500
committerDoug Newgard2014-09-18 11:54:29 -0500
commit28e7658a7139547f714e6e146a72ea9dc99ce503 (patch)
tree1c8f85ddddbcfebf8b14320634f006f931e11052
parente9d29fbdf4a357fb5e333385621b54fa9af0cfdd (diff)
downloadaur-28e7658a7139547f714e6e146a72ea9dc99ce503.tar.gz
Fix variable order
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7267da01f82e..20296979b228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=$_pkgname-git
pkgver=0.1.r11.8898d77
pkgrel=1
pkgdesc="Archlinux Theme for SDDM"
-license=('CCPL:cc-by-sa')
arch=('any')
url="https://github.com/absturztaube/sddm-archlinux-theme"
-makedepends=('git')
+license=('CCPL:cc-by-sa')
depends=('sddm')
+makedepends=('git')
install="$_pkgname.install"
source=("git://github.com/absturztaube/$_pkgname.git")
sha256sums=('SKIP')