summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0962a430dbda..95b1bf575446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = pm-utils
pkgdesc = Utilities and scripts for suspend and hibernate power management
pkgver = 1.4.1
- pkgrel = 7
+ pkgrel = 2
url = http://pm-utils.freedesktop.org
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = xmlto
makedepends = docbook-xml
diff --git a/PKGBUILD b/PKGBUILD
index 62686ee5641d..5ae9e0bca800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: artoo <artoo@manjaro.org>
+# Maintainer: David P. <megver83@openmailbox.org>
+# Contributor: artoo <artoo@manjaro.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Thayer Williams <thayer@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -8,9 +9,9 @@ _extra=pm-quirks
pkgname=pm-utils
pkgver=1.4.1
-pkgrel=7
+pkgrel=2
pkgdesc="Utilities and scripts for suspend and hibernate power management"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://pm-utils.freedesktop.org"
license=('GPL')
depends=('bash' 'procps')