Date: Thursday, May 18, 2023 @ 09:53:50
  Author: jlichtblau
Revision: 1463031

archrelease: copy trunk to community-x86_64

Added:
  datovka/repos/community-x86_64/PKGBUILD
    (from rev 1463030, datovka/trunk/PKGBUILD)
Deleted:
  datovka/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 09:53:41 UTC (rev 1463030)
+++ PKGBUILD    2023-05-18 09:53:50 UTC (rev 1463031)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
-
-pkgname=datovka
-pkgver=4.22.0
-pkgrel=1
-pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
-arch=('i686' 'x86_64')
-url='https://www.datovka.cz/'
-license=('custom')
-depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 'qt6-websockets'
-         'libdatovka' 'openssl' 'hicolor-icon-theme')
-makedepends=('qt6-tools')
-source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('4390b04a3308041d668b792c276a497f492f84013644fcc66653d4480bc19489')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  /usr/lib/qt6/bin/lrelease datovka.pro
-  qmake6 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: datovka/repos/community-x86_64/PKGBUILD (from rev 1463030, 
datovka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-18 09:53:50 UTC (rev 1463031)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+
+pkgname=datovka
+pkgver=4.22.1
+pkgrel=1
+pkgdesc="GUI application for a 'Databox' - an electronic communication 
interface endorsed by the Czech government"
+arch=('i686' 'x86_64')
+url='https://www.datovka.cz/'
+license=('custom')
+depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 'qt6-websockets'
+         'libdatovka' 'openssl' 'hicolor-icon-theme')
+makedepends=('qt6-tools')
+source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  /usr/lib/qt6/bin/lrelease datovka.pro
+  qmake6 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to