[arch-commits] Commit in systemd-swap/repos/community-any (4 files)
Felix Yan
felixonmars at archlinux.org
Sat Jul 18 10:19:50 UTC 2020
Date: Saturday, July 18, 2020 @ 10:19:50
Author: felixonmars
Revision: 664408
archrelease: copy trunk to community-any
Added:
systemd-swap/repos/community-any/PKGBUILD
(from rev 664407, systemd-swap/trunk/PKGBUILD)
systemd-swap/repos/community-any/systemd-swap.install
(from rev 664407, 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 10:19:34 UTC (rev 664407)
+++ PKGBUILD 2020-07-18 10:19:50 UTC (rev 664408)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Timofey Titovets <Nefelim4ag at gmail.com>
-
-pkgname=systemd-swap
-pkgver=4.3.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=('88dc56d90953a154815235d11463b4ff8c155a207d7bbb2983c4df34893984af4a6fdb49d37827227282cb85ddb455edc6e748ba2f14789646bb83ad3b657981')
-
-build() {
- cd systemd-swap-$pkgver
- make
-}
-
-package() {
- cd systemd-swap-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 664407, systemd-swap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-18 10:19:50 UTC (rev 664408)
@@ -0,0 +1,25 @@
+# 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
+}
Deleted: systemd-swap.install
===================================================================
--- systemd-swap.install 2020-07-18 10:19:34 UTC (rev 664407)
+++ systemd-swap.install 2020-07-18 10:19:50 UTC (rev 664408)
@@ -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 664407, systemd-swap/trunk/systemd-swap.install)
===================================================================
--- systemd-swap.install (rev 0)
+++ systemd-swap.install 2020-07-18 10:19:50 UTC (rev 664408)
@@ -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