Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / strike
Commits: 436c8a58 by Antonio Rojas at 2023-12-02T21:51:42+01:00 upgpkg: 1.1.2-1: Update to 1.1.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = strike + pkgdesc = A simple minimal IDE for the Linux phones + pkgver = 1.1.2 + pkgrel = 1 + url = https://mauikit.org/ + arch = x86_64 + groups = maui + license = GPL3 + makedepends = extra-cmake-modules + depends = mauikit-filebrowsing + depends = mauikit-texteditor + depends = mauikit-terminal + source = https://download.kde.org/stable/maui/strike/1.1.2/strike-1.1.2.tar.xz + sha256sums = a9142b1643a1901ba3afe7253aaa0b7df1bfde5ccafd650d19747c600d1c5305 + +pkgname = strike ===================================== PKGBUILD ===================================== @@ -1,17 +1,17 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=strike -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc='A simple minimal IDE for the Linux phones' url='https://mauikit.org/' arch=(x86_64) license=(GPL3) -depends=(mauikit-filebrowsing mauikit-texteditor) +depends=(mauikit-filebrowsing mauikit-texteditor mauikit-terminal) makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('1893b32f47ac52ea01a2da6e13ffbe2a9b672e2fa7d0d3109babcdced9d7c418') +sha256sums=('a9142b1643a1901ba3afe7253aaa0b7df1bfde5ccafd650d19747c600d1c5305') build() { cmake -B build -S $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strike/-/commit/436c8a589f39a31224d08d52a468c081d282a7c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/strike/-/commit/436c8a589f39a31224d08d52a468c081d282a7c4 You're receiving this email because of your account on gitlab.archlinux.org.
