[arch-commits] Commit in toxic/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Fri Oct 23 03:28:14 UTC 2020
Date: Friday, October 23, 2020 @ 03:28:13
Author: farseerfc
Revision: 730454
archrelease: copy trunk to community-x86_64
Added:
toxic/repos/community-x86_64/PKGBUILD
(from rev 730453, toxic/trunk/PKGBUILD)
Deleted:
toxic/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-23 03:27:37 UTC (rev 730453)
+++ PKGBUILD 2020-10-23 03:28:13 UTC (rev 730454)
@@ -1,39 +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.8.3
-pkgrel=3
-depends=('curl'
- 'desktop-file-utils'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'toxcore')
-arch=('x86_64')
-url='https://github.com/JFreegman/toxic'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/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=('c8d746efcc055592dd990dfa57415cc1eacaaa3b66303d7583d9f9e7e98b8829c8f1ae849f36a243c8896e99787dd2e493c92367de719b20a4a160bc7daea76e'
- 'SKIP')
-validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63') # Jfreegman <jfreegman at gmail.com>
-
-prepare() {
- cd "$pkgname-$pkgver"
- #patch -Np1 < ../ver0.8.0.patch
-}
-
-build() {
- cd "$pkgname-$pkgver"
- # enabled X11 on konsole may cause https://github.com/JFreegman/toxic/issues/277
- # but we can only do video and call with X11 enabled https://bugs.archlinux.org/task/52836
- make PREFIX=/usr
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make PREFIX=/usr DESTDIR="$pkgdir" install
-}
Copied: toxic/repos/community-x86_64/PKGBUILD (from rev 730453, toxic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-23 03:28:13 UTC (rev 730454)
@@ -0,0 +1,39 @@
+# 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.8.4
+pkgrel=1
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/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=('877c725fe8add4cab4436b3aa8e07fccbc61096fb4553f21743d36ed5df8cb565c9d27c6a27a5596f1279b6c3845a05207a54efa2d2089646a9fca61732310c5'
+ 'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63') # Jfreegman <jfreegman at gmail.com>
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ #patch -Np1 < ../ver0.8.0.patch
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ # enabled X11 on konsole may cause https://github.com/JFreegman/toxic/issues/277
+ # but we can only do video and call with X11 enabled https://bugs.archlinux.org/task/52836
+ make PREFIX=/usr
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list