From 8be376c8537d81789edb28d37a9a79f23c0e5c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 28 Nov 2020 17:55:10 +0700 Subject: [PATCH] pastebinit: remove noarch --- srcpkgs/pastebinit/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pastebinit/template b/srcpkgs/pastebinit/template index 1fcff9d6e4c..160b760b6ad 100644 --- a/srcpkgs/pastebinit/template +++ b/srcpkgs/pastebinit/template @@ -1,20 +1,19 @@ # Template file for 'pastebinit' pkgname=pastebinit version=1.5 -revision=3 -archs=noarch +revision=4 hostmakedepends="asciidoc gettext" depends="python3" short_desc="Pastebin command-line client" maintainer="Steve Prybylski " -license="GPL-2" +license="GPL-2.0-or-later" homepage="https://launchpad.net/pastebinit" distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz" checksum=0d931dddb3744ed38aa2d319dd2d8a2f38a391011ff99db68ce7c83ab8f5b62f do_build() { a2x -f manpage pastebinit.xml - cd po && make + make -C po } do_install() { @@ -29,4 +28,3 @@ do_install() { vcopy pastebin.d usr/share/pastebin.d/ vcopy po/mo usr/share/locale } -