Date: Monday, July 29, 2019 @ 02:48:38
  Author: heftig
Revision: 358711

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
    (from rev 358710, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-07-29 02:48:27 UTC (rev 358710)
+++ PKGBUILD    2019-07-29 02:48:38 UTC (rev 358711)
@@ -1,38 +0,0 @@
-# Maintainer: Jan de Groot <j...@archlinux.org>
-
-pkgname=pango
-pkgver=1.44
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=9a79369d764b0274b6cd7ffb43391d9de0ad3832  # tags/1.44^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  arch-meson pango build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 358710, 
pango/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-07-29 02:48:38 UTC (rev 358711)
@@ -0,0 +1,38 @@
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=pango
+pkgver=1.44.1
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=dd154474af833b1c99ddf2ec1abf876341fe34db  # tags/1.44.1^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+}
+
+build() {
+  arch-meson pango build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Reply via email to