summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-12-10 23:21:43 +0100
committerpiotr2018-12-10 23:21:43 +0100
commit68b3b9aade901b89d6a20d4454190199692daf1d (patch)
tree98e2670cf17801ab0e1d14b7746a22ba0aeadfb4
parentd026ba41b290b0c48ca84d7e5d326f4366692cad (diff)
downloadaur-68b3b9aade901b89d6a20d4454190199692daf1d.tar.gz
code clearance
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54168964e9dc..d1407bb1cd75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = psuinfo
pkgdesc = A psutil-based command to display customizable system info, intended for Tint2 or other panels
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nwg-piotr/psuinfo
arch = x86_64
license = GPL3
depends = python
depends = python-psutil
- source = https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo-1.0-1
+ source = https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo-1.0-2
source = https://github.com/nwg-piotr/psuinfo/raw/master/icons/cpu.svg
source = https://github.com/nwg-piotr/psuinfo/raw/master/icons/fan.svg
source = https://github.com/nwg-piotr/psuinfo/raw/master/icons/hdd.svg
@@ -22,7 +22,7 @@ pkgbase = psuinfo
source = https://github.com/nwg-piotr/psuinfo/raw/master/configs/psuinfo-bottom-icons.tint2rc
source = https://github.com/nwg-piotr/psuinfo/raw/master/configs/psuinfo-bottom-text-single.tint2rc
source = https://github.com/nwg-piotr/psuinfo/raw/master/configs/psuinfo-bottom-text.tint2rc
- md5sums = c87e9a8777f41693ce96231d1c29cd79
+ md5sums = 7f0dff0a87d23238bcca2d64ccaa55ec
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a69835dd8359..e115229f660c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('psuinfo')
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A psutil-based command to display customizable system info, intended for Tint2 or other panels"
arch=('x86_64')
url="https://github.com/nwg-piotr/psuinfo"
license=('GPL3')
depends=('python' 'python-psutil')
-source=("https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo-1.0-1"
+source=("https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo-1.0-2"
"https://github.com/nwg-piotr/psuinfo/raw/master/icons/cpu.svg"
"https://github.com/nwg-piotr/psuinfo/raw/master/icons/fan.svg"
"https://github.com/nwg-piotr/psuinfo/raw/master/icons/hdd.svg"
@@ -24,7 +24,7 @@ source=("https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo-1.0-1"
"https://github.com/nwg-piotr/psuinfo/raw/master/configs/psuinfo-bottom-text-single.tint2rc"
"https://github.com/nwg-piotr/psuinfo/raw/master/configs/psuinfo-bottom-text.tint2rc")
-md5sums=('c87e9a8777f41693ce96231d1c29cd79'
+md5sums=('7f0dff0a87d23238bcca2d64ccaa55ec'
'SKIP'
'SKIP'
'SKIP'
@@ -41,7 +41,7 @@ md5sums=('c87e9a8777f41693ce96231d1c29cd79'
'SKIP')
package() {
- install -D -m 755 psuinfo-1.0-1 \
+ install -D -m 755 psuinfo-1.0-2 \
"$pkgdir"/usr/bin/psuinfo
install -D -t "$pkgdir/usr/share/$pkgname" *.svg
install -D -t "$pkgdir/usr/share/tint2" *.tint2rc