summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 741079529c24..346f35f0339b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Sun Apr 17 23:38:19 UTC 2016
pkgbase = gatotray
pkgdesc = Graphical CPU stats monitor in the system tray.
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 3
url = http://code.google.com/p/gatotray/
arch = x86_64
arch = i686
- license = Creative Commons
+ license = CCPL:by
depends = gtk2
depends = xterm
source = https://gatotray.googlecode.com/archive/4218cadee76b8a9e9e01bb78de2866cdeafb7a5f.tar.gz
- md5sums = 9340dbb82c5be2ae3f7c17d23958e0a7
+ md5sums = SKIP
pkgname = gatotray
diff --git a/PKGBUILD b/PKGBUILD
index 92ecee42e837..c472b12508b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
-# Maintainer: Chuan Ji <jichuan89[at]gmail[dot]com>
+# Maintainer: Brin Bidulock <bidulock@openss7.com>
+# Contributor: Chuan Ji <jichuan89[at]gmail[dot]com>
pkgname=gatotray
pkgver=2.3
-pkgrel=1
+pkgrel=3
pkgdesc="Graphical CPU stats monitor in the system tray."
url="http://code.google.com/p/gatotray/"
arch=('x86_64' 'i686')
-license=('Creative Commons')
+license=('CCPL:by')
depends=('gtk2' 'xterm')
-optdepends=()
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
_r="4218cadee76b8a9e9e01bb78de2866cdeafb7a5f"
source=("https://gatotray.googlecode.com/archive/${_r}.tar.gz")
-md5sums=('c237fbe24cf111cfc6072796402ef7f4')
+md5sums=('SKIP')
build() {
cd "${srcdir}/"${pkgname}-*
@@ -28,4 +24,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('9340dbb82c5be2ae3f7c17d23958e0a7')