[arch-commits] Commit in upterm/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu May 5 18:24:59 UTC 2022


    Date: Thursday, May 5, 2022 @ 18:24:59
  Author: svenstaro
Revision: 1195512

upgpkg: upterm 0.8.2-1

Modified:
  upterm/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-05 17:37:18 UTC (rev 1195511)
+++ PKGBUILD	2022-05-05 18:24:59 UTC (rev 1195512)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 # Contributor: Sýlvan Heuser <sylvan.heuser at gmx.net>
 pkgname=upterm
-pkgver=0.7.5
-pkgrel=3
+pkgver=0.8.2
+pkgrel=1
 pkgdesc='Secure Terminal Sharing, an alternative to tmate'
 arch=('x86_64')
 url="https://github.com/owenthereal/upterm"
@@ -9,16 +9,12 @@
 license=('Apache')
 depends=('glibc')
 makedepends=('go')
-optdepends=()
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz"
-        https://github.com/owenthereal/upterm/commit/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch)
-sha256sums=('a66026d3762a4c41add52873373f21b8d140cb73d861913bccdd67285f45febb'
-            '8813217d9029b3207cf2571c25df8cca1eddb8c31e5be45a6cf61d5df210b905')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz")
+sha256sums=('4b85cf8207ffce051f2c391905fd58514c98c3fd5ff890d7340fcfd3a0ea7b8e')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
 
-  patch -Np1 -i "${srcdir}"/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch
   mkdir -p build/
 }
 



More information about the arch-commits mailing list