[arch-commits] Commit in fb-client/repos/community-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at gemini.archlinux.org
Sun Jun 26 09:48:32 UTC 2022
Date: Sunday, June 26, 2022 @ 09:48:31
Author: bluewind
Revision: 1239520
archrelease: copy trunk to community-any
Added:
fb-client/repos/community-any/PKGBUILD
(from rev 1239519, fb-client/trunk/PKGBUILD)
Deleted:
fb-client/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-26 09:48:29 UTC (rev 1239519)
+++ PKGBUILD 2022-06-26 09:48:31 UTC (rev 1239520)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
-
-pkgname=fb-client
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Client for paste.xinu.at"
-arch=("any")
-url="https://paste.xinu.at"
-license=('GPL3')
-depends=('python' 'python-pycurl' 'python-xdg')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('ee0c7a677f62744b47b852a971927b4b'
- 'SKIP')
-validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
-
-build() {
- cd "$srcdir/fb-$pkgver"
-
- make
-}
-
-package() {
- cd "$srcdir/fb-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: fb-client/repos/community-any/PKGBUILD (from rev 1239519, fb-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-26 09:48:31 UTC (rev 1239520)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://paste.xinu.at"
+license=('GPL3')
+depends=('python' 'python-pycurl' 'python-xdg')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('ee0c7a677f62744b47b852a971927b4b'
+ 'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+ cd "$srcdir/fb-$pkgver"
+
+ make
+}
+
+package() {
+ cd "$srcdir/fb-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list