Date: Wednesday, October 25, 2017 @ 15:45:52
  Author: spupykin
Revision: 264279

archrelease: copy trunk to community-any

Added:
  psi-plus-l10n/repos/community-any/PKGBUILD
    (from rev 264278, psi-plus-l10n/trunk/PKGBUILD)
Deleted:
  psi-plus-l10n/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-25 15:45:36 UTC (rev 264278)
+++ PKGBUILD    2017-10-25 15:45:52 UTC (rev 264279)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=psi-plus-l10n
-pkgver=1.2.28
-pkgrel=1
-pkgdesc="Language packs for Psi+ (Qt 5.x build)"
-arch=('any')
-url="http://psi-plus.com";
-license=('GPL2')
-depends=('psi-plus')
-makedepends=('qt5-tools' 'git')
-options=('!strip' '!zipman')
-source=("git://github.com/psi-plus/psi-plus-l10n.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
-       cd psi-plus-l10n/translations
-       for langfile in *.ts; do
-               lrelease-qt5 "$langfile"
-       done
-}
-
-package() {
-       cd psi-plus-l10n/translations
-       install -v -dm755 "$pkgdir/usr/share/psi-plus/translations"
-       install -v -m644 *.qm "$pkgdir/usr/share/psi-plus/translations"
-}

Copied: psi-plus-l10n/repos/community-any/PKGBUILD (from rev 264278, 
psi-plus-l10n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-10-25 15:45:52 UTC (rev 264279)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=psi-plus-l10n
+pkgver=1.2.105
+pkgrel=1
+pkgdesc="Language packs for Psi+ (Qt 5.x build)"
+arch=('any')
+url="http://psi-plus.com";
+license=('GPL2')
+depends=('psi-plus')
+makedepends=('qt5-tools' 'git')
+options=('!strip' '!zipman')
+source=("git://github.com/psi-plus/psi-plus-l10n.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+       cd psi-plus-l10n/translations
+       for langfile in *.ts; do
+               lrelease-qt5 "$langfile"
+       done
+}
+
+package() {
+       cd psi-plus-l10n/translations
+       install -v -dm755 "$pkgdir/usr/share/psi-plus/translations"
+       install -v -m644 *.qm "$pkgdir/usr/share/psi-plus/translations"
+}

Reply via email to