[arch-commits] Commit in pekwm-themes/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 14:59:04 UTC 2020


    Date: Monday, May 25, 2020 @ 14:59:03
  Author: felixonmars
Revision: 634451

archrelease: copy trunk to community-any

Added:
  pekwm-themes/repos/community-any/PKGBUILD
    (from rev 634450, pekwm-themes/trunk/PKGBUILD)
Deleted:
  pekwm-themes/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:58:46 UTC (rev 634450)
+++ PKGBUILD	2020-05-25 14:59:03 UTC (rev 634451)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=pekwm-themes
-pkgver=1.0.5
-pkgrel=4
-pkgdesc='PekWM theme collection'
-arch=('any')
-url="https://github.com/aur-archive/pekwm-themes" # original upstream is gone
-license=('GPL')
-depends=('pekwm')
-source=("https://github.com/aur-archive/$pkgname/raw/master/$pkgname-$pkgver.tar.gz")
-sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
-
-package() {
-  install -d "$pkgdir/usr/share/pekwm/themes"
-  cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pekwm-themes/repos/community-any/PKGBUILD (from rev 634450, pekwm-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 14:59:03 UTC (rev 634451)
@@ -0,0 +1,19 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=pekwm-themes
+pkgver=1.0.5
+pkgrel=5
+pkgdesc='PekWM theme collection'
+arch=('any')
+url="https://github.com/aur-archive/pekwm-themes" # original upstream is gone
+license=('GPL')
+depends=('pekwm')
+source=("https://github.com/aur-archive/$pkgname/raw/master/$pkgname-$pkgver.tar.gz")
+sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
+
+package() {
+  install -d "$pkgdir/usr/share/pekwm/themes"
+  cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list