summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormijikai2013-11-01 22:10:11 +0800
committermijikai2013-11-01 22:10:11 +0800
commitfb2894c82313eb7dc3de65d7bd567f6f69c49552 (patch)
tree2d118a608627b90f95489a2d523b3bf2951e5d75
parentdca069ca816b8b9387a03d5b0ae8ce5f07ecbb56 (diff)
downloadaur-fb2894c82313eb7dc3de65d7bd567f6f69c49552.tar.gz
Fix indentation
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f2b0d17f652..8d9fe2dc23c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ arch=('any')
url='http://wiki.ubuntu.com/Lubuntu/Artwork'
license=('GPL')
optdepends=('gtk-engine-murrine: gtk2 theme support'
-'elementary-icon-theme: icons support'
-'gtk-engine-unico: gtk3 theme support')
+ 'elementary-icon-theme: icons support'
+ 'gtk-engine-unico: gtk3 theme support')
source=("http://archive.ubuntu.com/ubuntu/pool/universe/l/lubuntu-artwork/lubuntu-artwork_$pkgver.tar.gz")
sha256sums=('a802683b13956478f10fbee35555c107bec436aae59fc3beda1050bbdfc45db6')
package(){
- cp -r $srcdir/lubuntu-artwork-$pkgver/usr $pkgdir
+ cp -r $srcdir/lubuntu-artwork-$pkgver/usr $pkgdir
}