summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume DELVIT2019-08-30 23:04:49 +0200
committerGuillaume DELVIT2019-08-30 23:04:49 +0200
commit451bba93c1602d2aa9a3f6bda89a51078b032a7c (patch)
treee428809ef0da18342a61f5e331f64dcaff19e1da
parentdd50ba966fe12808271314f4c0ecc620c322c0ab (diff)
downloadaur-451bba93c1602d2aa9a3f6bda89a51078b032a7c.tar.gz
fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7067ea890d2..ea685e9653de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zram-init-git
- pkgdesc = Sets up zram-based tmpfs and swap devices on boot
+ pkgdesc = Setup zram-based tmpfs and swap devices on boot
pkgver = 9.0.r0.g2cb4dc3
- pkgrel = 1
+ pkgrel = 2
url = http://en.wikipedia.org/wiki/ZRam
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ca3696440ba2..c9e92fe46a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=zram-init
pkgname=${_pkgname}-git
pkgver=9.0.r0.g2cb4dc3
-pkgrel=1
-pkgdesc="Sets up zram-based tmpfs and swap devices on boot"
+pkgrel=2
+pkgdesc="Setup zram-based tmpfs and swap devices on boot"
arch=('any')
url="http://en.wikipedia.org/wiki/ZRam"
license=('GPL')