From 032b5c75e1f041cd6315147bbd1d6667a8763092 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 21 Feb 2026 21:02:29 +0000 Subject: [PATCH] Cleanup the PKGBUILD https://wiki.archlinux.org/title/Arch_package_guidelines says empty lines should be removed. --- PKGBUILD | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 17b10e8908bb2..2e2680df1d500 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,23 +2,11 @@ pkgname=liboprf pkgver=0.9.3 pkgrel=1 -epoch= pkgdesc="library providing OPRF and Threshold OPRF based on libsodium" arch=(x86_64) url="https://github.com/stef/liboprf" license=('LGPL-3.0-or-later') -groups=() depends=('libsodium') -makedepends=() -checkdepends=() -optdepends=() -provides=() -conflicts=() -replaces=() -backup=() -options=() -install= -changelog= source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stef/$pkgname/archive/refs/tags/v$pkgver.tar.gz" "https://github.com/stef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc") noextract=() @@ -26,10 +14,6 @@ b2sums=('628a6e9549ba688ade57b8b07a9cb488a3e750aabef0619141f16f98c7bf99d56185e0f 'SKIP') validpgpkeys=('AABDE16CB6AF5CD10A28DFF2970DEB6694D50988') -prepare() { - cd "$pkgname-$pkgver" -} - build() { cd "$pkgname-$pkgver"/src make PREFIX=/usr