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

Felix Yan felixonmars at archlinux.org
Sat Jul 18 18:14:31 UTC 2020


    Date: Saturday, July 18, 2020 @ 18:14:31
  Author: felixonmars
Revision: 664452

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
    (from rev 664451, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
    (from rev 664451, 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	2020-07-18 18:14:18 UTC (rev 664451)
+++ PKGBUILD	2020-07-18 18:14:31 UTC (rev 664452)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
-
-pkgname=systemd-swap
-pkgver=4.3.1
-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=('a064df5f278ab157496909920733e53daed6beb1754140a71ae8ec73793d1ca829fa6d6ce344f493b3d785cb1f391f0e989f22d8204ffd018d530a0bf2dee69f')
-
-build() {
-  cd systemd-swap-$pkgver
-  make
-}
-
-package() {
-  cd systemd-swap-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 664451, systemd-swap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-18 18:14:31 UTC (rev 664452)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
+
+pkgname=systemd-swap
+pkgver=4.3.2
+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=('8c738dc4ec01dd61ce7adb875e7870158b74593676cea846172d3c1236d1406d19f8789652d73515297d7e0327e5d2883e36b6330a5bd085d11c44bd4937b9d9')
+
+build() {
+  cd systemd-swap-$pkgver
+  make
+}
+
+package() {
+  cd systemd-swap-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: systemd-swap.install
===================================================================
--- systemd-swap.install	2020-07-18 18:14:18 UTC (rev 664451)
+++ systemd-swap.install	2020-07-18 18:14:31 UTC (rev 664452)
@@ -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 664451, systemd-swap/trunk/systemd-swap.install)
===================================================================
--- systemd-swap.install	                        (rev 0)
+++ systemd-swap.install	2020-07-18 18:14:31 UTC (rev 664452)
@@ -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