Skip to content
Permalink
Browse files
lxqt-build-tools 0.13.0
qtermwidget 1.3.0
  • Loading branch information
demmm committed Apr 15, 2023
1 parent d7adf77 commit 8a8bbdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,6 +1,6 @@

pkgname=lxqt-build-tools
pkgver=0.12.0
pkgver=0.13.0
pkgrel=1
pkgdesc="Various packaging tools and scripts for LXQt applications"
arch=("x86_64")
@@ -9,7 +9,7 @@ license=('LGPL2.1')
depends=('qt5-base')
makedepends=('cmake')
source=("https://github.com/lxde/lxqt-build-tools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=('e53a622de65fd6f8e792bc203e7ebae4')
md5sums=('f434042d33af5b47d61afdd6f0677276')

build() {
cmake -B build -S ${pkgname}-${pkgver} \
@@ -1,6 +1,6 @@

pkgname=qtermwidget
pkgver=1.2.0
pkgver=1.3.0
pkgrel=1
pkgdesc="Terminal emulator widget for Qt 5."
arch=("x86_64")
@@ -9,7 +9,7 @@ license=('LGPL2.1')
depends=('qt5-base')
makedepends=('cmake' 'lxqt-build-tools' 'qt5-tools')
source=("https://github.com/lxde/qtermwidget/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=('cd4def2227afd196b72a7f356755d939')
md5sums=('7dd15e5c57f45613d8f26afc53f09444')

build() {
cmake -B build -S ${pkgname}-${pkgver} \

0 comments on commit 8a8bbdd

Please sign in to comment.