[arch-commits] Commit in pekwm-themes/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Oct 30 14:01:13 UTC 2017
Date: Monday, October 30, 2017 @ 14:01:13
Author: arodseth
Revision: 264781
upgpkg: pekwm-themes 1.0.5-4
Modified:
pekwm-themes/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-30 13:50:01 UTC (rev 264780)
+++ PKGBUILD 2017-10-30 14:01:13 UTC (rev 264781)
@@ -1,22 +1,20 @@
# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
pkgname=pekwm-themes
pkgver=1.0.5
-pkgrel=3
-pkgdesc="PekWM themes collection"
+pkgrel=4
+pkgdesc='PekWM theme collection'
arch=('any')
-license=('GPL') # All the "theme" files have "License: GPL"
-url="http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/"
+url="https://github.com/aur-archive/pekwm-themes" # original upstream is gone
+license=('GPL')
depends=('pekwm')
-source=("http://ftp.de.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
+source=("https://github.com/aur-archive/$pkgname/raw/master/$pkgname-$pkgver.tar.gz")
sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
package() {
- cd "$pkgname"
-
- mkdir -p "$pkgdir/usr/share/pekwm/themes"
+ install -d "$pkgdir/usr/share/pekwm/themes"
cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list