From 310055336549aeb200f935e1e42a953c234a7b53 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 20 Aug 2023 10:33:06 +0200 Subject: [PATCH] fix repo db name --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4f5d75a..6c5097f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sebastian Hugentobler pkgname=repo-tool -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=1 pkgdesc="Build a tree of pacman packages and build a repo of them." arch=("any") @@ -11,7 +11,7 @@ depends=("pacman" "gnupg" "findutils") source=( "repo-tool" ) -sha256sums=("9eae4888a23637580d2323678ba0218bdce2d924e381ddbe2b0114b4a8dbe408") +sha256sums=("19ac137275aa40daba159c2f086cea4e20edf62b3cddf2b8b3981d3a9de2f12d") package() { cd "$srcdir/"