Date: Thursday, May 18, 2023 @ 10:20:37
  Author: jlichtblau
Revision: 1463046

archrelease: copy trunk to community-x86_64

Added:
  poedit/repos/community-x86_64/PKGBUILD
    (from rev 1463045, poedit/trunk/PKGBUILD)
Deleted:
  poedit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 10:20:29 UTC (rev 1463045)
+++ PKGBUILD    2023-05-18 10:20:37 UTC (rev 1463046)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-# Contributor: Alexander Fehr <pizzap...@gmail.com>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=poedit
-epoch=1
-pkgver=3.3
-pkgrel=1
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('x86_64')
-url="https://www.poedit.net/";
-license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxwidgets-gtk3' 'webkit2gtk')
-makedepends=('boost')
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('47b608e192a36e10b117da3edc4c684795f4ec10a94846fc5d66395ee1cc2d27')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-x86_64/PKGBUILD (from rev 1463045, 
poedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-18 10:20:37 UTC (rev 1463046)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Alexander Fehr <pizzap...@gmail.com>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=poedit
+epoch=1
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('x86_64')
+url="https://www.poedit.net/";
+license=('MIT')
+depends=('gtkspell3' 'lucene++' 'wxwidgets-gtk3' 'webkit2gtk')
+makedepends=('boost')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+sha256sums=('4a8af5c37be152ebab012ebf5c7e21aec3e3c692be34deaf00c78216e901b926')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to