summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-03-25 17:57:35 +0100
committerbegin-theadventure2024-03-25 17:57:35 +0100
commita862c0fe129faa5885054873fca40b40615ff602 (patch)
tree80a479e21b1e39ac4f5e67a026f0268b07ee3c1b
parenta86b8944c20bc21ee200d83480ba0ec22420307d (diff)
downloadaur-a862c0fe129faa5885054873fca40b40615ff602.tar.gz
1.4.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0ff39a83e0c..a11bd7e7ac3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = ttop-bin
pkgdesc = System monitoring tool with historical data service, triggers and top-like TUI (binary release)
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
provides = ttop
conflicts = ttop
- source = ttop1.4.1::https://github.com/inv2004/ttop/releases/download/v1.4.1/ttop
- source = LICENSE1.4.1::https://github.com/inv2004/ttop/raw/v1.4.1/LICENSE
- source = README1.4.1.md::https://github.com/inv2004/ttop/raw/v1.4.1/README.md
+ source = ttop1.4.2::https://github.com/inv2004/ttop/releases/download/v1.4.2/ttop
+ source = LICENSE2023::https://github.com/inv2004/ttop/raw/v1.4.2/LICENSE
+ source = README1.4.2.md::https://github.com/inv2004/ttop/raw/v1.4.2/README.md
source = ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png
- sha256sums = 9e2a587eab147a124e6cdabad1712eddf72888938d7e558462d27c0fa7f3dfb5
+ sha256sums = f7c27b9f0904ea80d8426e1bd10f7cf1a316d1564d77c2d0a21a94420344e73b
sha256sums = d02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079
- sha256sums = 8cc449a3a484ac2e3d53782c16c5ae3bcaecef6877ef29d5a60fe44124a40605
+ sha256sums = 63cd96fb8962c2e59a0a3dea25dced32cef8597664e53bdeba9033b4d7cf7960
sha256sums = 2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6
pkgname = ttop-bin
diff --git a/PKGBUILD b/PKGBUILD
index a955065fe9b4..19daf9367aa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=ttop-bin
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc='System monitoring tool with historical data service, triggers and top-like TUI (binary release)'
url="https://github.com/inv2004/ttop"
@@ -10,16 +10,16 @@ arch=('x86_64')
provides=("ttop")
conflicts=("ttop")
source=("ttop$pkgver::$url/releases/download/v$pkgver/ttop"
- "LICENSE$pkgver::$url/raw/v$pkgver/LICENSE"
+ "LICENSE2023::$url/raw/v$pkgver/LICENSE"
"README$pkgver.md::$url/raw/v$pkgver/README.md"
"ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png")
-sha256sums=('9e2a587eab147a124e6cdabad1712eddf72888938d7e558462d27c0fa7f3dfb5'
+sha256sums=('f7c27b9f0904ea80d8426e1bd10f7cf1a316d1564d77c2d0a21a94420344e73b'
'd02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079'
- '8cc449a3a484ac2e3d53782c16c5ae3bcaecef6877ef29d5a60fe44124a40605'
+ '63cd96fb8962c2e59a0a3dea25dced32cef8597664e53bdeba9033b4d7cf7960'
'2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6')
prepare() {
-# Create a shortcut
+# Shortcut
echo -e "[Desktop Entry]
Name=ttop
Exec=ttop
@@ -30,7 +30,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 LICENSE2023 "$pkgdir/usr/share/licenses/ttop/LICENSE"
install -Dm644 README$pkgver.md "$pkgdir/usr/share/doc/ttop/README.md"
install -Dm644 ttop.png -t "$pkgdir/usr/share/pixmaps"
install -Dm644 ttop.desktop -t "$pkgdir/usr/share/applications"