summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Gjengset2016-01-11 18:30:46 -0500
committerJon Gjengset2016-01-11 18:30:46 -0500
commit4d4deeaf99e7614ae011e9efb1980b711a69cec7 (patch)
treeaaa5d674aa4d0693ca078c84e9f8d1cd211ff805
parent5910661d46dd81260e6c28935e5cf44cdd80d65c (diff)
downloadaur-cpubars-git.tar.gz
patch no longer needed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18a4b9ca51e..c0037b57d962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jan 11 23:30:38 UTC 2016
pkgbase = cpubars-git
pkgdesc = lightweight terminal-based multicore CPU usage monitor
- pkgver = r27.6deab3e
+ pkgver = r29.49f5ff0
pkgrel = 1
url = https://github.com/aclements/cpubars
arch = any
@@ -8,9 +10,7 @@ pkgbase = cpubars-git
makedepends = git
depends = ncurses
source = cpubars-git::git+https://github.com/aclements/cpubars.git
- source = include-time.patch
md5sums = SKIP
- md5sums = 6f6e0e92c6424d5785c901a0d300c7b7
pkgname = cpubars-git
diff --git a/PKGBUILD b/PKGBUILD
index c30b1f760a9a..f1db53fcb530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jon Gjengset <jon@thesquareplanet.com>
pkgname=cpubars-git
-pkgver=r27.6deab3e
+pkgver=r29.49f5ff0
pkgrel=1
pkgdesc="lightweight terminal-based multicore CPU usage monitor"
arch=('any')
@@ -8,20 +8,14 @@ url="https://github.com/aclements/cpubars"
license=('MIT')
depends=('ncurses')
makedepends=('git')
-source=("${pkgname}::git+https://github.com/aclements/cpubars.git" 'include-time.patch')
-md5sums=('SKIP'
- '6f6e0e92c6424d5785c901a0d300c7b7')
+source=("${pkgname}::git+https://github.com/aclements/cpubars.git")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$srcdir/$pkgname"
- patch -Np1 -i "${srcdir}/include-time.patch"
-}
-
build() {
cd "$srcdir/$pkgname"
make cpubars