[arch-commits] Commit in tipp10/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Sun May 31 05:25:03 UTC 2020


    Date: Sunday, May 31, 2020 @ 05:25:00
  Author: polyzen
Revision: 637565

archrelease: copy trunk to community-x86_64

Added:
  tipp10/repos/community-x86_64/PKGBUILD
    (from rev 637564, tipp10/trunk/PKGBUILD)
Deleted:
  tipp10/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 05:24:36 UTC (rev 637564)
+++ PKGBUILD	2020-05-31 05:25:00 UTC (rev 637565)
@@ -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.1.0
-pkgrel=1
-pkgdesc='Intelligent touch typing tutor'
-arch=('x86_64')
-url=https://gitlab.com/a_a/tipp10
-license=('GPL2')
-depends=('qt5-multimedia')
-makedepends=('cmake' 'qt5-tools')
-source=("$url/-/archive/v$pkgver/tipp10-v$pkgver.tar.gz")
-sha512sums=('492abb821d3fb9bc3b3d2733c4b5525346973267b57a2ce9e517fbf431983d88bea4114c6018985f5d6ea3d92bcfa808979f80585e5f1e61dc66be6e5a025650')
-
-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 637564, tipp10/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-31 05:25:00 UTC (rev 637565)
@@ -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.2.0
+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=('2a5d4c7aa8967f15322309fe5630f69ca1ef89017a5c1309818cb25e54fd561edec90735468c0aea329ff8b477c1ae33d17ca878ebfb1b35940776c9fd40e9fc')
+
+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