Date: Sunday, August 8, 2021 @ 18:12:44
  Author: arojas
Revision: 995415

archrelease: copy trunk to community-x86_64

Added:
  libmateweather/repos/community-x86_64/PKGBUILD
    (from rev 995414, libmateweather/trunk/PKGBUILD)
Deleted:
  libmateweather/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-08 18:12:37 UTC (rev 995414)
+++ PKGBUILD    2021-08-08 18:12:44 UTC (rev 995415)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <ces...@archlinux.org
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=libmateweather
-pkgver=1.24.1
-pkgrel=1
-pkgdesc="Provides access to weather information from the Internet."
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libsoup' 'gettext')
-conflicts=('libmateweather-gtk3')
-replaces=('libmateweather-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('9b4cfdefcd368137b9300e19fd6ed31b26a56336b78ef3fa772156755361a709')
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc \
-               --localstatedir=/var \
-               --disable-python \
-               --enable-locations-compression
-
-       #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-       make
-}
-
-package() {
-       cd "${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: libmateweather/repos/community-x86_64/PKGBUILD (from rev 995414, 
libmateweather/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-08-08 18:12:44 UTC (rev 995415)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+pkgname=libmateweather
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libsoup' 'gettext')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('a7fd9713099c88826fb67249771cd0cdb92ee9d4784068b1a165840b84607b15')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --disable-python \
+               --enable-locations-compression
+
+       #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+       make
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to