Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
fingerterm


Commits:
b086d7b1 by Felix Yan at 2024-05-25T16:08:45+00:00
upgpkg: 1.4.8-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = fingerterm
+       pkgdesc = A terminal emulator with a custom virtual keyboard
+       pkgver = 1.4.8
+       pkgrel = 1
+       url = https://github.com/sailfishos/fingerterm
+       arch = x86_64
+       license = GPL-2.0-only
+       makedepends = git
+       makedepends = qt5-tools
+       depends = qt5-feedback
+       depends = nemo-qml-plugin-notifications
+       source = git+https://github.com/sailfishos/fingerterm.git#tag=1.4.8
+       sha512sums = 
aa4eeaf4d6ecf019441af04ac68ebd37322f57a06f9cc8f99dec805b58c346317b3296fc420b3f5b94a43659ba3348808a99337c50671278de31349104668970
+
+pkgname = fingerterm


=====================================
PKGBUILD
=====================================
@@ -1,17 +1,16 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=fingerterm
-pkgver=1.4.7
-_commit=cfaeaa3bf91f12fa96eaa78f0dd7dbc94375fabb
+pkgver=1.4.8
 pkgrel=1
 pkgdesc="A terminal emulator with a custom virtual keyboard"
 arch=('x86_64')
 url="https://github.com/sailfishos/fingerterm";
-license=('LGPL')
-depends=('qt5-feedback')
-makedepends=('git' 'nemo-qml-plugin-notifications' 'qt5-tools')
-source=("git+https://github.com/sailfishos/fingerterm.git#commit=$_commit";)
-sha512sums=('SKIP')
+license=('GPL-2.0-only')
+depends=('qt5-feedback' 'nemo-qml-plugin-notifications')
+makedepends=('git' 'qt5-tools')
+source=("git+https://github.com/sailfishos/fingerterm.git#tag=$pkgver";)
+sha512sums=('aa4eeaf4d6ecf019441af04ac68ebd37322f57a06f9cc8f99dec805b58c346317b3296fc420b3f5b94a43659ba3348808a99337c50671278de31349104668970')
 
 build() {
   cd fingerterm



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fingerterm/-/commit/b086d7b1cefca7b6b81371decc1d92fb81de921d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fingerterm/-/commit/b086d7b1cefca7b6b81371decc1d92fb81de921d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to