[arch-commits] Commit in systemd-swap/repos/community-any (4 files)

Felix Yan felixonmars at archlinux.org
Tue Nov 14 16:52:35 UTC 2017


    Date: Tuesday, November 14, 2017 @ 16:52:33
  Author: felixonmars
Revision: 266788

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
    (from rev 266787, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
    (from rev 266787, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

----------------------+
 PKGBUILD             |   50 ++++++++++++++++++++++++-------------------------
 systemd-swap.install |   10 ++++-----
 2 files changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-14 16:52:07 UTC (rev 266787)
+++ PKGBUILD	2017-11-14 16:52:33 UTC (rev 266788)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
-
-pkgname=systemd-swap
-pkgver=3.5.4
-pkgrel=1
-pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and swap partitions."
-arch=('any')
-url="https://github.com/Nefelim4ag/systemd-swap"
-license=('GPL3')
-depends=('systemd' 'bash')
-backup=('etc/systemd/swap.conf')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Nefelim4ag/systemd-swap/archive/$pkgver.tar.gz")
-sha512sums=('f069ed08e295886e55bae051f2c3f53652d26ef7f17acfb52478014e7badc3f177f7e0c0e3bb0f7fd26828e22bb373e037bb815b13ec5dd8605b83a64131565c')
-
-package() {
-  cd systemd-swap-$pkgver
-  make PREFIX="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 266787, systemd-swap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-14 16:52:33 UTC (rev 266788)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
+
+pkgname=systemd-swap
+pkgver=3.5.5
+pkgrel=1
+pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and swap partitions."
+arch=('any')
+url="https://github.com/Nefelim4ag/systemd-swap"
+license=('GPL3')
+depends=('systemd' 'bash')
+backup=('etc/systemd/swap.conf')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Nefelim4ag/systemd-swap/archive/$pkgver.tar.gz")
+sha512sums=('f3715e9a3a7705590a6c7a5647a58fae7b05dc93d17d8c44ff069411c4df5e15b3bac998dfef3731cd329bb81079c2e094aef13f3c092aa8676c270f1b117980')
+
+package() {
+  cd systemd-swap-$pkgver
+  make PREFIX="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+  rmdir "$pkgdir"/lib
+}

Deleted: systemd-swap.install
===================================================================
--- systemd-swap.install	2017-11-14 16:52:07 UTC (rev 266787)
+++ systemd-swap.install	2017-11-14 16:52:33 UTC (rev 266788)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [[ $(vercmp "$2" 3) < 0 ]]; then
-    echo "Since 3.0, the config file was moved to /etc/systemd/swap.conf, and incompatible with the old syntax. Please adjust your settings accordingly."
-  fi
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 266787, systemd-swap/trunk/systemd-swap.install)
===================================================================
--- systemd-swap.install	                        (rev 0)
+++ systemd-swap.install	2017-11-14 16:52:33 UTC (rev 266788)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp "$2" 3) < 0 ]]; then
+    echo "Since 3.0, the config file was moved to /etc/systemd/swap.conf, and incompatible with the old syntax. Please adjust your settings accordingly."
+  fi
+}



More information about the arch-commits mailing list