summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStezkoy2022-04-22 10:11:38 +0500
committerStezkoy2022-04-22 10:11:38 +0500
commitc63316aa1729d60f640dc382f5104793e3baed36 (patch)
tree7abc13ccfd68560c84720eff0104b1374d3bff35
parent62dd3022686f102ab03f4f696e46ca76b2993133 (diff)
downloadaur-c63316aa1729d60f640dc382f5104793e3baed36.tar.gz
fix SUM
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db9814d74313..6d2ef59abf31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-connection-manager-bin
pkgdesc = Simple tabbed ssh and telnet connection manager for GTK+ environments.
pkgver = 1.2.1
- pkgrel = 6
+ pkgrel = 7
url = http://kuthulu.com/gcm
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = gnome-connection-manager-bin
conflicts = gnome-connection-manager
source = https://github.com/kuthulux/gnome-connection-manager/releases/download/v1.2.1/gnome-connection-manager_1.2.1_all.deb
source = https://raw.githubusercontent.com/kuthulux/gnome-connection-manager/d2f66e3d668245f549ff6a69f662b1ebd669dc51/style.css
- sha256sums = 74550c2ce25c49886f34a5815ce5fd963eefeef8671c6e3656e515b00e11ef16
+ sha256sums = bb6cc57aeddb1b4c42904b61a2c8db1b1f3d68b2bf1627e05944c0931ad78a4f
sha256sums = SKIP
pkgname = gnome-connection-manager-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09a83cacb6d3..55fc01bc655b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stezko <stezko@gmail.com>
pkgname=gnome-connection-manager-bin
pkgver=1.2.1
-pkgrel=6
+pkgrel=7
pkgdesc="Simple tabbed ssh and telnet connection manager for GTK+ environments."
arch=('any')
url="http://kuthulu.com/gcm"
@@ -14,7 +14,7 @@ source=(
"https://raw.githubusercontent.com/kuthulux/gnome-connection-manager/d2f66e3d668245f549ff6a69f662b1ebd669dc51/style.css"
)
sha256sums=(
- '74550c2ce25c49886f34a5815ce5fd963eefeef8671c6e3656e515b00e11ef16'
+ 'bb6cc57aeddb1b4c42904b61a2c8db1b1f3d68b2bf1627e05944c0931ad78a4f'
'SKIP')
package(){