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

Daniel M. Capella polyzen at archlinux.org
Tue Sep 1 19:52:31 UTC 2020


    Date: Tuesday, September 1, 2020 @ 19:52:31
  Author: polyzen
Revision: 695912

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 19:52:13 UTC (rev 695911)
+++ PKGBUILD	2020-09-01 19:52:31 UTC (rev 695912)
@@ -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.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
-}

Copied: tipp10/repos/community-x86_64/PKGBUILD (from rev 695911, tipp10/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-01 19:52:31 UTC (rev 695912)
@@ -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.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
+}



More information about the arch-commits mailing list