aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-07 22:47:50 +0100
committerMattias Andrée <m@maandree.se>2025-03-07 22:47:50 +0100
commit5c62d220cdcfbebdc8f639415d87e412898fcdd1 (patch)
tree7889a1e3c23c850b60e3ff9f824a60a6d53ba9e6
parentUse release-scripts repo for validate-checksum (diff)
downloadaur-packages-master.tar.gz
aur-packages-master.tar.bz2
aur-packages-master.tar.xz
Update libred to version 1.1.1HEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--libred/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libred/PKGBUILD b/libred/PKGBUILD
index c04d069..af42137 100644
--- a/libred/PKGBUILD
+++ b/libred/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
pkgname=libred
-pkgver=1.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="Solar elevation and blackbody colour calculation library for C"
arch=(i686 x86_64)
url="https://codeberg.org/maandree/libred"
-license=('ISC')
+license=('custom:ISC')
depends=()
makedepends=(sed)
source=(libred-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(f2d86d4ced439d92468bca94f7a870936576de16216d3c4c490c4e14127a01b3)
+sha256sums=(11b8af180dc76cb312643d3ea5e424748447e4560af18d7c040d98d62a6ded57)
build() {