summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-01-14 00:21:55 +0100
committerKr1ss2022-01-14 00:21:55 +0100
commit783b15b2533a47eea543620d097ea630a5951784 (patch)
tree40ac3ba547e44fea889f9fa9f3a6bd52f7bf7a5f
parent8832b7056525d0651b674e39856adfeed1fd9bd6 (diff)
downloadaur-783b15b2533a47eea543620d097ea630a5951784.tar.gz
update: zram-init 11.1-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--ChangeLog12
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fb25879fd03..938792892f29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zram-init
pkgdesc = Setup zram-based tmpfs and swap (compressed RAM devices)
- pkgver = 11.0
+ pkgver = 11.1
pkgrel = 1
url = https://github.com/vaeth/zram-init
changelog = ChangeLog
@@ -8,11 +8,10 @@ pkgbase = zram-init
license = GPL2
depends = bash
backup = etc/modprobe.d/zram.conf
- source = zram-init-11.0.tar.gz::https://github.com/vaeth/zram-init/archive/v11.0.tar.gz
- source = https://github.com/vaeth/zram-init/releases/download/v11.0/zram-init-11.0.tar.gz.asc
+ source = zram-init-11.1.tar.gz::https://github.com/vaeth/zram-init/archive/v11.1.tar.gz
+ source = https://github.com/vaeth/zram-init/releases/download/v11.1/zram-init-11.1.tar.gz.asc
validpgpkeys = 123D62DD87E7A81CA090CD65D18FC49C6F3A8EC0
- sha256sums = f29e4d7daaf2ffad20069ffed7e3e73c749743b650c3d26217c9eda086be3df2
+ sha256sums = d9118604a7349eab9e88c92a8e9b55b3a64b8983b512fa35979458dcd3e6a827
sha256sums = SKIP
pkgname = zram-init
-
diff --git a/ChangeLog b/ChangeLog
index 59922f4277a6..859888ce138d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
# ChangeLog for zram-init:
+*zram-init-11.1:
+ Martin Väth <martin at mvath.de>:
+ - Make typeN=- work, see https://github.com/vaeth/zram-init/issues/38.
+ Thanks to https://github.com/allixx for the report and fix.
+
+*zram-init-11.0:
+ Martin Väth <martin at mvath.de>:
+ - Check only for an absolute path name, not for directory presence, see
+ https://github.com/vaeth/zram-init/issues/35
+ - Add some translations. Note: then[Tab]... and else[Tab]... are not
+ recognized by xgettext; they have to be in a separate line
+
*zram-init-10.12:
Martin Väth <martin at mvath.de>:
- Make the options -M and -2 work. Thanks to GimmeHardware for the
diff --git a/PKGBUILD b/PKGBUILD
index b61840c17090..4e042d03519b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zram-init
-pkgver=11.0
+pkgver=11.1
pkgrel=1
pkgdesc='Setup zram-based tmpfs and swap (compressed RAM devices)'
@@ -18,7 +18,7 @@ changelog=ChangeLog
backup=('etc/modprobe.d/zram.conf')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
-sha256sums=('f29e4d7daaf2ffad20069ffed7e3e73c749743b650c3d26217c9eda086be3df2'
+sha256sums=('d9118604a7349eab9e88c92a8e9b55b3a64b8983b512fa35979458dcd3e6a827'
'SKIP')
validpgpkeys=('123D62DD87E7A81CA090CD65D18FC49C6F3A8EC0')