summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas 'Segaja' Schleifer2021-11-15 17:11:18 +0100
committerAndreas 'Segaja' Schleifer2021-11-15 17:11:18 +0100
commitd871cb89027150761f1ea762e367b8ad07aaf990 (patch)
tree0c412b55af055d37c341faab000d3607fbdb157a
parent1c103f010855331e78903c43f499334ab644d8c1 (diff)
downloadaur-d871cb89027150761f1ea762e367b8ad07aaf990.tar.gz
switch to master commit for patch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e97fb8e4185a..15e7bfee89e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = hss
pkgdesc = Interactive ssh client for multiple servers.
pkgver = 1.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/six-ddc/hss
arch = x86_64
arch = i686
license = GPL
depends = readline
source = hss-1.8.tar.gz::https://github.com/six-ddc/hss/archive/v1.8.tar.gz
- source = cppflags.patch::https://patch-diff.githubusercontent.com/raw/six-ddc/hss/pull/13.patch
+ source = cppflags.patch::https://github.com/six-ddc/hss/commit/70b8e897a750856e1aa2d747f29fb94d085dfe26.patch
sha512sums = 7dbf4beda10fdf0a7f6c54748c9f5731c61ab98c9ea2575f6b6d64fe5db510ea2f131ff5af89f7a244cfab23b195c662b4cc8a7cbd775cb7d3a327473c3f2b13
sha512sums = bf2015f8dc4270c9a1d5f5e878634592bea99a6b773b62995ae8ef35265280e3980fc1e6486358e22958822da748d8bee4933d08b9ff886b33a64a24f9162ef9
pkgname = hss
-
diff --git a/PKGBUILD b/PKGBUILD
index d0cf950ce8b1..43de4818c834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='hss'
pkgver=1.8
-pkgrel=3
+pkgrel=4
arch=('x86_64' 'i686')
pkgdesc='Interactive ssh client for multiple servers.'
url='https://github.com/six-ddc/hss'
@@ -11,7 +11,8 @@ license=('GPL')
depends=(readline)
source=(
"${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
- "cppflags.patch::https://patch-diff.githubusercontent.com/raw/six-ddc/hss/pull/13.patch"
+ # https://github.com/six-ddc/hss/pull/13
+ "cppflags.patch::https://github.com/six-ddc/hss/commit/70b8e897a750856e1aa2d747f29fb94d085dfe26.patch"
)
sha512sums=('7dbf4beda10fdf0a7f6c54748c9f5731c61ab98c9ea2575f6b6d64fe5db510ea2f131ff5af89f7a244cfab23b195c662b4cc8a7cbd775cb7d3a327473c3f2b13'
'bf2015f8dc4270c9a1d5f5e878634592bea99a6b773b62995ae8ef35265280e3980fc1e6486358e22958822da748d8bee4933d08b9ff886b33a64a24f9162ef9')