summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordreieck2023-03-24 19:56:39 +0100
committerdreieck2023-03-24 19:56:39 +0100
commite91c49e01272e5a834e03e2af6a2e12015faa4db (patch)
treec362a8e492be2a16905cb970ea377c9f60696d86 /PKGBUILD
parent0cdaf31cbc752a49b46f7377c452387cb162616c (diff)
downloadaur-e91c49e01272e5a834e03e2af6a2e12015faa4db.tar.gz
Fixed `PKGBUILD`.
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