[arch-commits] Commit in tipp10/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Sat Feb 5 18:03:21 UTC 2022
Date: Saturday, February 5, 2022 @ 18:03:21
Author: polyzen
Revision: 1126476
archrelease: copy trunk to community-x86_64
Added:
tipp10/repos/community-x86_64/PKGBUILD
(from rev 1126475, tipp10/trunk/PKGBUILD)
Deleted:
tipp10/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-05 18:03:01 UTC (rev 1126475)
+++ PKGBUILD 2022-02-05 18:03:21 UTC (rev 1126476)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Florian Pritz <flo at xinu.at>
-# Contributor: toliman <altergan at hs-albsig.de>
-
-pkgname=tipp10
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Intelligent touch typing tutor'
-arch=('x86_64')
-url=https://gitlab.com/tipp10/tipp10
-license=('GPL2')
-depends=('qt5-multimedia')
-makedepends=('cmake' 'qt5-tools')
-source=("$url/-/archive/v$pkgver/tipp10-v$pkgver.tar.gz")
-sha512sums=('66ccf3970ff9968fcec45ebc9ef3a223fbf4acd804dd3c556f9b7657667b952db6037b348bde3b522567875e9d4327ac6636ff942c9e3c695f136d418600fbb7')
-
-build() {
- cd tipp10-v$pkgver
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd tipp10-v$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: tipp10/repos/community-x86_64/PKGBUILD (from rev 1126475, tipp10/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-05 18:03:21 UTC (rev 1126476)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Florian Pritz <flo at xinu.at>
+# Contributor: toliman <altergan at hs-albsig.de>
+
+pkgname=tipp10
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Intelligent touch typing tutor'
+arch=('x86_64')
+url=https://gitlab.com/tipp10/tipp10
+license=('GPL2')
+depends=('qt6-multimedia')
+makedepends=('cmake' 'qt6-tools')
+source=("$url/-/archive/v$pkgver/tipp10-v$pkgver.tar.gz")
+b2sums=('45f6a07f6ec0f7899a91de046e6fcc4fda5b70647e72f6914de135c43acae0acaa314523da676e9ddaff57b6695ad606df7b40210720498f3d416b6ffef06031')
+
+build() {
+ cd tipp10-v$pkgver
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+}
+
+package() {
+ cd tipp10-v$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list