summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIsabella Basso2021-12-02 09:40:13 -0300
committerIsabella Basso2021-12-02 09:40:13 -0300
commite71a26a594beb3c0009aeb67d6c1fdc2ee347f4f (patch)
tree6176bbe1c9dc4909f8c2d604a4a1344276247d38 /PKGBUILD
parent22070e75d868941c743c1bdd2338adfe06de9747 (diff)
downloadaur-e71a26a594beb3c0009aeb67d6c1fdc2ee347f4f.tar.gz
Update to version 4.2.0
Signed-off-by: Isabella Basso <isabbasso@riseup.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9825f181d007..64bce6c3545b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: TingPing <tingping@tingping.se>
+# Maintainer: Isabella Basso do Amaral <isabbasso at riseup dot net>
pkgname=fpaste
-pkgver=0.4.1.1
+pkgver=0.4.2.0
pkgrel=1
pkgdesc='A cli frontend for the fpaste.org pastebin'
arch=('any')
@@ -10,10 +10,10 @@ license=('GPL3')
depends=('python')
source=("https://pagure.io/fpaste/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('ed7d090b924c169a510772e026a80f224074716acdfa7baa6bb5f624e8800d27')
+
package() {
cd "$pkgname-$pkgver"
install -D -m755 'fpaste' "$pkgdir/usr/bin/fpaste"
install -D -m644 'docs/man/en/fpaste.1' "$pkgdir/usr/share/man/man1/fpaste.1"
}
-
-sha256sums=('ceae29cda16425d6f7eef0ae1301cb323425d7dc654b0c1b90c71d295c901266')