[arch-commits] Commit in zram-generator/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 9 14:26:14 UTC 2021
Date: Sunday, May 9, 2021 @ 14:26:13
Author: felixonmars
Revision: 929216
remove unsupported arches
Modified:
zram-generator/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 14:23:31 UTC (rev 929215)
+++ PKGBUILD 2021-05-09 14:26:13 UTC (rev 929216)
@@ -5,7 +5,7 @@
pkgver=0.3.2
pkgrel=1
pkgdesc="Systemd unit generator for zram devices"
-arch=("x86_64" "arm" "arv6h" "armv7h" "aarch64" "i686" "pentium4")
+arch=("x86_64")
url="https://github.com/systemd/zram-generator"
license=('MIT')
depends=("systemd")
More information about the arch-commits
mailing list