summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren Arterius2017-10-23 20:30:54 +0800
committerSaren Arterius2017-10-23 20:30:54 +0800
commit45df7ba7b2179ffc7ea29b47dfc029606beab51d (patch)
tree1a98fc647664c336a1815342873bcda1449cac6b
parentb2ad5a4d276a246232d25f77221b9ca325563677 (diff)
downloadaur-45df7ba7b2179ffc7ea29b47dfc029606beab51d.tar.gz
update origin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667862dc1dfb..fde8e1c3e86a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Sep 4 19:58:38 UTC 2016
pkgbase = cpuset
pkgdesc = Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier.
pkgver = 1.5.7
- pkgrel = 1
- url = https://code.google.com/p/cpuset/
+ pkgrel = 2
+ url = https://github.com/lpechacek/cpuset/
arch = any
license = GPL2
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 7c0576aa0400..bf86769ee15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Jon Gjengset <jon@thesquareplanet.com>
+# Maintainer: Jon Gjengset <jon@thesquareplanet.com>, Saren Arterius <saren@wtako.net>
pkgname=cpuset
pkgver=1.5.7
-pkgrel=1
+pkgrel=2
pkgdesc="Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier."
arch=('any')
-url="https://code.google.com/p/cpuset/"
+url="https://github.com/lpechacek/cpuset/"
license=('GPL2')
depends=('python2')
options=('!emptydirs')