summaryrefslogtreecommitdiff
path: root/pcr/libcgroup
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-20 16:22:45 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-20 16:22:45 -0500
commitd4060284773f04a86901d9a2d4096e1f9e2a3f49 (patch)
treedd9df569e031709ee5eef7e526b6311965b44942 /pcr/libcgroup
parente8fa3ea4548557c45fd509bed2f6d5986a19aca9 (diff)
libcgroup-0.41-2: rebuild
Diffstat (limited to 'pcr/libcgroup')
-rw-r--r--pcr/libcgroup/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/pcr/libcgroup/PKGBUILD b/pcr/libcgroup/PKGBUILD
index 396316e76..4fc5f3836 100644
--- a/pcr/libcgroup/PKGBUILD
+++ b/pcr/libcgroup/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=libcgroup
pkgver=0.41
-pkgrel=1
-pkgdesc="Library that abstracts the control group file system in Linux"
+pkgrel=2
+pkgdesc='Library that abstracts the control group file system in Linux'
arch=('i686' 'x86_64')
-url="http://libcg.sourceforge.net"
+url='http://libcg.sourceforge.net'
license=(LGPL)
backup=('etc/cgconfig.conf'
'etc/cgrules.conf'
@@ -17,6 +17,9 @@ install=libcgroup.install
source=("http://downloads.sourceforge.net/libcg/${pkgname}-${pkgver/rc/.rc}.tar.bz2"
'cgconfig.service'
'cgrules.service')
+sha256sums=('e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51'
+ '808fc354abf36d7b6673dad790be275309ac57a2606d1be3732b9b3aeb5885eb'
+ '6b1340ff6717f55e5e57dacc72accc0bfaed7e50ef31439271b6ddc893cbf671')
build() {
cd "${srcdir}/${pkgname}-${pkgver/rc/.rc}"
@@ -53,6 +56,3 @@ package() {
chmod 2755 ${pkgdir}/usr/bin/cgexec
}
-sha256sums=('e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51'
- '808fc354abf36d7b6673dad790be275309ac57a2606d1be3732b9b3aeb5885eb'
- '6b1340ff6717f55e5e57dacc72accc0bfaed7e50ef31439271b6ddc893cbf671')