summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-12-13 00:43:50 +0100
committerbegin-theadventure2023-12-13 00:43:50 +0100
commit9172e23beead258ff33af9d16127cdf19fe47410 (patch)
tree1a696568d61f6b1af71ff233ca56dd8f55c28189
parentbad70b2063a9749f4317ba9f26d9bba59ec4d5e2 (diff)
downloadaur-9172e23beead258ff33af9d16127cdf19fe47410.tar.gz
1.2.8, license
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c64dd3274c06..eecbac394548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ttop-bin
pkgdesc = System monitoring tool with historical data service, triggers and top-like TUI (binary release)
- pkgver = 1.2.7
+ pkgver = 1.2.8
pkgrel = 1
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
provides = ttop
conflicts = ttop
- source = ttop1.2.7::https://github.com/inv2004/ttop/releases/download/v1.2.7/ttop
- source = LICENSE1.2.7::https://github.com/inv2004/ttop/raw/v1.2.7/LICENSE
+ source = ttop1.2.8::https://github.com/inv2004/ttop/releases/download/v1.2.8/ttop
+ source = https://github.com/inv2004/ttop/raw/main/LICENSE
source = ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png
- sha256sums = e3b5e5fbfb242f46ea90f5a00b4c8730029f40496ad311074ada54a8c7136d7c
- sha256sums = d02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079
+ sha256sums = 383d0b2378b77ac1253f91c89e3b7fffc040559331c4956f31247340a6ac92f6
+ sha256sums = SKIP
sha256sums = 2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6
pkgname = ttop-bin
diff --git a/PKGBUILD b/PKGBUILD
index e296612d1440..e735d01b9686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=ttop-bin
-pkgver=1.2.7
+pkgver=1.2.8
pkgrel=1
pkgdesc='System monitoring tool with historical data service, triggers and top-like TUI (binary release)'
url="https://github.com/inv2004/ttop"
@@ -10,10 +10,10 @@ license=('MIT')
conflicts=(ttop)
provides=(ttop)
source=("ttop$pkgver::$url/releases/download/v$pkgver/ttop"
- "LICENSE$pkgver::$url/raw/v$pkgver/LICENSE"
+ "https://github.com/inv2004/ttop/raw/main/LICENSE"
"ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png")
-sha256sums=('e3b5e5fbfb242f46ea90f5a00b4c8730029f40496ad311074ada54a8c7136d7c'
- 'd02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079'
+sha256sums=('383d0b2378b77ac1253f91c89e3b7fffc040559331c4956f31247340a6ac92f6'
+ 'SKIP'
'2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6')
prepare() {
@@ -28,7 +28,7 @@ Comment=System monitoring tool with historical data service, triggers and top-li
}
package() {
- install -Dm644 LICENSE$pkgver "$pkgdir/usr/share/licenses/ttop/LICENSE"
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/ttop"
install -Dm644 ttop.png -t "$pkgdir/usr/share/pixmaps"
install -Dm644 ttop.desktop -t "$pkgdir/usr/share/applications"
install -Dm755 ttop$pkgver "$pkgdir/usr/bin/ttop"