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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 14:25:14 UTC 2022


    Date: Saturday, April 23, 2022 @ 14:25:14
  Author: arojas
Revision: 1187628

archrelease: copy trunk to community-x86_64

Added:
  toxic/repos/community-x86_64/PKGBUILD
    (from rev 1187627, toxic/trunk/PKGBUILD)
Deleted:
  toxic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 14:25:02 UTC (rev 1187627)
+++ PKGBUILD	2022-04-23 14:25:14 UTC (rev 1187628)
@@ -1,36 +0,0 @@
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# AUR Maintainer: Vlad M. <vlad at archlinux.net>
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.11.3
-pkgrel=1
-depends=('curl'
-         'freealut'
-         'libnotify'
-         'qrencode'
-         'libx11'
-         'toxcore')
-arch=('x86_64')
-url='https://github.com/JFreegman/toxic'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
-	"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc"
-	)
-sha512sums=('a0ca010067a07ac10ab1ca3f4e46184cf0d99db2a1a719de2ef5fadde3754435bc5259107b9982c2914e10f6d2d732df9a86957d144479e8c6276fbf47f9620d'
-            'SKIP')
-validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman <jfreegman at gmail.com>
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DISABLE_GAMES=1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: toxic/repos/community-x86_64/PKGBUILD (from rev 1187627, toxic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 14:25:14 UTC (rev 1187628)
@@ -0,0 +1,36 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.11.3
+pkgrel=2
+depends=('curl'
+         'freealut'
+         'libnotify'
+         'qrencode'
+         'libx11'
+         'toxcore')
+arch=('x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+	"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc"
+	)
+sha512sums=('a0ca010067a07ac10ab1ca3f4e46184cf0d99db2a1a719de2ef5fadde3754435bc5259107b9982c2914e10f6d2d732df9a86957d144479e8c6276fbf47f9620d'
+            'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman <jfreegman at gmail.com>
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DISABLE_GAMES=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list