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

Felix Yan felixonmars at archlinux.org
Thu Aug 13 14:26:50 UTC 2020


    Date: Thursday, August 13, 2020 @ 14:26:50
  Author: felixonmars
Revision: 677337

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
    (from rev 677336, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
    (from rev 677336, 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-08-13 14:26:39 UTC (rev 677336)
+++ PKGBUILD	2020-08-13 14:26:50 UTC (rev 677337)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
-
-pkgname=systemd-swap
-pkgver=4.3.3
-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=('ccb205dda01b344c54963504f78ce783d7730b5fbc83191c3f819444a34353411a2417586b5a8557429aee24ac00ffa4834324ad427f6452b8c79b31ad38359d')
-
-build() {
-  cd systemd-swap-$pkgver
-  make
-}
-
-package() {
-  cd systemd-swap-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 677336, systemd-swap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-13 14:26:50 UTC (rev 677337)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
+
+pkgname=systemd-swap
+pkgver=4.4.0
+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=('39cf297d0d82f4d5fbae64f323bda2c286dd24665321892f068dc5bceea4ea5ddcacdcef14576cab869edbed7d258de759baec36535403051bb2b925406db0b3')
+
+build() {
+  cd systemd-swap-$pkgver
+  make
+}
+
+package() {
+  cd systemd-swap-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: systemd-swap.install
===================================================================
--- systemd-swap.install	2020-08-13 14:26:39 UTC (rev 677336)
+++ systemd-swap.install	2020-08-13 14:26:50 UTC (rev 677337)
@@ -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 677336, systemd-swap/trunk/systemd-swap.install)
===================================================================
--- systemd-swap.install	                        (rev 0)
+++ systemd-swap.install	2020-08-13 14:26:50 UTC (rev 677337)
@@ -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