Date: Sunday, November 13, 2022 @ 09:09:37
  Author: arojas
Revision: 1347211

archrelease: copy trunk to community-x86_64

Added:
  timezonemap/repos/community-x86_64/PKGBUILD
    (from rev 1347210, timezonemap/trunk/PKGBUILD)
Deleted:
  timezonemap/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-13 09:09:28 UTC (rev 1347210)
+++ PKGBUILD    2022-11-13 09:09:37 UTC (rev 1347211)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz <eschwa...@archlinux.org>
-
-pkgname=timezonemap
-pkgver=0.4.5.1
-pkgrel=2
-pkgdesc="Gtk3 timezone map widget, forked from gnome which forked from 
Ubiquity"
-arch=('x86_64')
-url="https://github.com/dashea/${pkgname}";
-license=('GPL3')
-depends=('gtk3' 'libsoup')
-makedepends=('gobject-introspection')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4e46ef325c488bed73fd758275866f467f2e2d0c375fb3fbd7b149a7869b74be')
-b2sums=('bd9a10fae6db91e3c7ee5a3d573757867c0506db1d010cf78345b36d615fedca4fdf75fedd7aadaf13e46819c0afbadbef8fcd83855d775058d1113c59fc1035')
-
-prepare() {
-    cd ${pkgname}-${pkgver}
-
-    autoreconf -fi
-}
-
-build() {
-    cd ${pkgname}-${pkgver}
-
-    ./configure --prefix=/usr
-    # 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: timezonemap/repos/community-x86_64/PKGBUILD (from rev 1347210, 
timezonemap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-13 09:09:37 UTC (rev 1347211)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz <eschwa...@archlinux.org>
+
+pkgname=timezonemap
+pkgver=0.4.5.2
+pkgrel=1
+pkgdesc="Gtk3 timezone map widget, forked from gnome which forked from 
Ubiquity"
+arch=('x86_64')
+url="https://github.com/dashea/${pkgname}";
+license=('GPL3')
+depends=('gtk3' 'libsoup')
+makedepends=('gobject-introspection')
+source=(https://github.com/dashea/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('80f631f79754c772ccbb80f5b6f9d232766f5706089bcfa7897bdf093323b6be')
+b2sums=('56e3497e85e313cc14759e7c00921b3a347b6599ce2f7c01636e6d68b36466f2bc55ae252b3734213919dd9864b2bcc183771a42e533364cd9852dabc5cd2aff')
+
+prepare() {
+    cd ${pkgname}-${pkgver}
+
+    autoreconf -fi
+}
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./configure --prefix=/usr
+    # 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