Date: Thursday, March 2, 2023 @ 08:52:23
Author: arojas
Revision: 469952
archrelease: copy trunk to extra-x86_64
Added:
artikulate/repos/extra-x86_64/PKGBUILD
(from rev 469951, artikulate/trunk/PKGBUILD)
artikulate/repos/extra-x86_64/keys/
Deleted:
artikulate/repos/extra-x86_64/PKGBUILD
artikulate/repos/extra-x86_64/keys/
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-02 08:52:10 UTC (rev 469951)
+++ PKGBUILD 2023-03-02 08:52:23 UTC (rev 469952)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=artikulate
-pkgver=22.12.2
-pkgrel=1
-pkgdesc='Improve your pronunciation by listening to native speakers'
-url='https://apps.kde.org/artikulate/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-education)
-depends=(hicolor-icon-theme knewstuff kirigami2 qt5-xmlpatterns)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('4a65edc7de06c9267380ec81f102a6a76ebd02593dadac2722003dd1c1067ab3'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: artikulate/repos/extra-x86_64/PKGBUILD (from rev 469951,
artikulate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-02 08:52:23 UTC (rev 469952)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=artikulate
+pkgver=22.12.3
+pkgrel=1
+pkgdesc='Improve your pronunciation by listening to native speakers'
+url='https://apps.kde.org/artikulate/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-education)
+depends=(hicolor-icon-theme knewstuff kirigami2 qt5-xmlpatterns)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('329aea81259c0b99c0a86431b61d9379b589a8f0effd9e54e7d06bc7784efdd2'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}