[arch-commits] Commit in cawbird/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jan 22 19:39:02 UTC 2021


    Date: Friday, January 22, 2021 @ 19:39:02
  Author: arojas
Revision: 824971

archrelease: copy trunk to community-x86_64

Added:
  cawbird/repos/community-x86_64/PKGBUILD
    (from rev 824970, cawbird/trunk/PKGBUILD)
Deleted:
  cawbird/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 19:38:54 UTC (rev 824970)
+++ PKGBUILD	2021-01-22 19:39:02 UTC (rev 824971)
@@ -1,22 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=cawbird
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Native Gtk Twitter client"
-arch=(x86_64)
-url="https://ibboard.co.uk/cawbird/"
-license=(GPL3)
-depends=(gspell gst-libav gst-plugin-gtk gst-plugins-bad gst-plugins-good)
-makedepends=(meson vala)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/IBBoard/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('38f6a64a92af0e1337c23c285b41167986cb9344cdd6e04b7decd6ce8362bc58')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: cawbird/repos/community-x86_64/PKGBUILD (from rev 824970, cawbird/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 19:39:02 UTC (rev 824971)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=cawbird
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Native Gtk Twitter client"
+arch=(x86_64)
+url="https://ibboard.co.uk/cawbird/"
+license=(GPL3)
+depends=(gspell gst-libav gst-plugin-gtk gst-plugins-bad gst-plugins-good liboauth)
+makedepends=(meson vala)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/IBBoard/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('20dd01b1b93f2608bbf6a83d5e4589927f875eff111a11366283b121c6136de7')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list