Date: Wednesday, January 18, 2023 @ 08:37:23
Author: grawlinson
Revision: 1386848
archrelease: copy trunk to community-x86_64
Added:
ttyd/repos/community-x86_64/PKGBUILD
(from rev 1386847, ttyd/trunk/PKGBUILD)
Deleted:
ttyd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-18 08:36:39 UTC (rev 1386847)
+++ PKGBUILD 2023-01-18 08:37:23 UTC (rev 1386848)
@@ -1,44 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=ttyd
-pkgver=1.7.2
-pkgrel=3
-pkgdesc='Share your terminal over the web'
-arch=('x86_64')
-url='https://tsl0922.github.io/ttyd/'
-license=('MIT')
-depends=(
- 'zlib'
- 'libwebsockets'
- 'json-c'
- 'libuv'
- 'openssl'
-)
-makedepends=('git' 'cmake')
-_commit='020e2f3ded508d5fca95196a647fde09f05758b3'
-source=("$pkgname::git+https://github.com/tsl0922/ttyd#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cmake \
- -S "$pkgname" \
- -B build \
- -D CMAKE_BUILD_TYPE='None' \
- -D CMAKE_INSTALL_PREFIX='/usr' \
- -W no-dev
-
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgname/LICENSE"
-}
Copied: ttyd/repos/community-x86_64/PKGBUILD (from rev 1386847,
ttyd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-18 08:37:23 UTC (rev 1386848)
@@ -0,0 +1,44 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=ttyd
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Share your terminal over the web'
+arch=('x86_64')
+url='https://tsl0922.github.io/ttyd/'
+license=('MIT')
+depends=(
+ 'zlib'
+ 'libwebsockets'
+ 'json-c'
+ 'libuv'
+ 'openssl'
+)
+makedepends=('git' 'cmake')
+_commit='a8cae7558af64fe9f5179707870119fa8cb57e2e'
+source=("$pkgname::git+https://github.com/tsl0922/ttyd#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cmake \
+ -S "$pkgname" \
+ -B build \
+ -D CMAKE_BUILD_TYPE='None' \
+ -D CMAKE_INSTALL_PREFIX='/usr' \
+ -W no-dev
+
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgname/LICENSE"
+}