Release v0.4.0

This commit is contained in:
Kivi Kaitaniemi 2025-12-10 00:38:06 +02:00
parent 6d04afa0c1
commit 07d5a76e6e
No known key found for this signature in database
GPG key ID: 57358AD45D643C71
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = decman
pkgdesc = Declarative package & configuration manager for Arch Linux.
pkgver = 0.3.4
pkgver = 0.4.0
pkgrel = 1
url = https://github.com/kiviktnm/decman
arch = any
@ -16,7 +16,7 @@ pkgbase = decman
depends = systemd
depends = git
optdepends = less: reviewing files such as PKGBUILDs
source = decman-0.3.4.tar.gz::https://github.com/kiviktnm/decman/archive/refs/tags/0.3.4.tar.gz
sha256sums = 93326a3736ff2bafc21b4bdb74f7cabd4b45974ad76938246ad0db7c40c40d8e
source = decman-0.4.0.tar.gz::https://github.com/kiviktnm/decman/archive/refs/tags/0.4.0.tar.gz
sha256sums = 64fe547dd261d9667ec074e8dc64590617a20334ee1a0f017dcd36c0058e6be3
pkgname = decman

View file

@ -1,6 +1,6 @@
# Maintainer: Kivi Kaitaniemi <kivi AT ktnm DOT net>
pkgname=decman
pkgver=0.3.4
pkgver=0.4.0
pkgrel=1
pkgdesc="Declarative package & configuration manager for Arch Linux."
arch=("any")
@ -10,7 +10,7 @@ depends=("python" "python-requests" "devtools" "pacman" "systemd" "git")
makedepends=("python-setuptools" "python-build" "python-installer" "python-wheel")
optdepends=("less: reviewing files such as PKGBUILDs")
source=("$pkgname-$pkgver.tar.gz::https://github.com/kiviktnm/$pkgname/archive/refs/tags/$pkgver.tar.gz")
sha256sums=("93326a3736ff2bafc21b4bdb74f7cabd4b45974ad76938246ad0db7c40c40d8e")
sha256sums=("64fe547dd261d9667ec074e8dc64590617a20334ee1a0f017dcd36c0058e6be3")
build() {
cd "$pkgname-$pkgver"