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 671cbf0edfe9..744735baa02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Ced <cedl38@gmail.com>
+# Maintainer: dreieck <https://aur.archlinux.org/account/dreieck>
+# Contributor: Ced <cedl38@gmail.com>
pkgname=mini-xfwm4-theme
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Very thin theme for Xfce to keep space for windows."
arch=('any')
-url="http://xfce-look.org/content/show.php?content=154240"
+url="https://xfce-look.org/content/show.php?content=154240"
license=('GPL3')
depends=('xfwm4>=4.8')
optdepends=('xfce4-notifyd>=0.2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cedl38/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('a3b768c857d1ce2324843263f79fd0b7e81767b4506d80d0b68e57811a81ef4d')
-build() {
+package() {
cd $srcdir/$pkgname'-'$pkgver
install -d -m755 $pkgdir/usr/share/themes
cp -r ${pkgname%%-*}* $pkgdir/usr/share/themes || return 1