aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cg-tools/PKGBUILD4
-rw-r--r--coopgammad/PKGBUILD2
-rw-r--r--libcoopgamma/PKGBUILD2
-rw-r--r--libgamma/PKGBUILD2
-rw-r--r--libhashsum/PKGBUILD2
-rw-r--r--libj2/PKGBUILD6
-rw-r--r--libsha1/PKGBUILD4
-rw-r--r--libsha2/PKGBUILD4
-rw-r--r--pylibcoopgamma/PKGBUILD2
-rw-r--r--radharc/PKGBUILD2
10 files changed, 15 insertions, 15 deletions
diff --git a/cg-tools/PKGBUILD b/cg-tools/PKGBUILD
index b5f7d17..83c8ee2 100644
--- a/cg-tools/PKGBUILD
+++ b/cg-tools/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=cg-tools
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Cooperative gamma tools"
-arch=(any)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/cg-tools"
license=('custom:ISC')
depends=(libcoopgamma)
diff --git a/coopgammad/PKGBUILD b/coopgammad/PKGBUILD
index 45058a1..a2727dd 100644
--- a/coopgammad/PKGBUILD
+++ b/coopgammad/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=coopgammad
pkgver=1.3.3
pkgrel=1
pkgdesc="Cooperative gamma server"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/coopgammad"
license=('custom:ISC')
depends=(libgamma)
diff --git a/libcoopgamma/PKGBUILD b/libcoopgamma/PKGBUILD
index fe20802..594e5bc 100644
--- a/libcoopgamma/PKGBUILD
+++ b/libcoopgamma/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libcoopgamma
pkgver=1.2.5
pkgrel=1
pkgdesc="Cooperative gamma library"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/libcoopgamma"
license=('custom:ISC')
depends=(coopgammad)
diff --git a/libgamma/PKGBUILD b/libgamma/PKGBUILD
index ec55c71..321a1a9 100644
--- a/libgamma/PKGBUILD
+++ b/libgamma/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libgamma
pkgver=0.8.1
pkgrel=1
pkgdesc="Display server abstraction layer for gamma ramps"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/libgamma"
license=('custom:ISC')
depends=(libxcb libx11 libxxf86vm libdrm)
diff --git a/libhashsum/PKGBUILD b/libhashsum/PKGBUILD
index 3a63556..d643e7e 100644
--- a/libhashsum/PKGBUILD
+++ b/libhashsum/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libhashsum
pkgver=1.1.2
pkgrel=1
pkgdesc="Library for calculating the cryptographic hashes"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/libhashsum"
license=('custom:ISC')
depends=(libsha1 libsha2 'libkeccak>=1.3' 'libblake>=3.0')
diff --git a/libj2/PKGBUILD b/libj2/PKGBUILD
index 801450f..a32efb1 100644
--- a/libj2/PKGBUILD
+++ b/libj2/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
pkgname=libj2
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Double-max precision integers"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/libj2"
license=('custom:ISC')
depends=()
source=(libj2-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(c25ab4cd79d5483aaed32edf70ce7232e4e81790710003a396af6cb1ace1b912)
+sha256sums=(9e3c33991e5fd2cbd2a0a258ad2d7f2ebb09c228069b898768f0a2a9fad62b02)
build() {
diff --git a/libsha1/PKGBUILD b/libsha1/PKGBUILD
index 372981b..6859682 100644
--- a/libsha1/PKGBUILD
+++ b/libsha1/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
pkgname=libsha1
-pkgver=1.1.5
+pkgver=1.1.5.1
pkgrel=1
pkgdesc="SHA-1 and SHA-0 hashing library"
arch=(i686 x86_64 aarch64)
@@ -11,7 +11,7 @@ depends=()
checkdepends=()
makedepends=()
source=(libsha1-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(79d37140ca3da46830947bd2569fa3e21aeb90a6df3d7418f0138b5658d3b2dd)
+sha256sums=(8ad304dade348ca223602ba32f8d6df3ba1efc657ce7a936e948969cfb8b6450)
_config=config-portable.mk
if test "$(uname -m)" = x86_64; then
diff --git a/libsha2/PKGBUILD b/libsha2/PKGBUILD
index dde6eef..6813354 100644
--- a/libsha2/PKGBUILD
+++ b/libsha2/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
pkgname=libsha2
-pkgver=1.1.4
+pkgver=1.1.4.1
pkgrel=1
pkgdesc="SHA-2-family hashing library"
arch=(i686 x86_64 aarch64)
@@ -11,7 +11,7 @@ depends=()
checkdepends=()
makedepends=()
source=(libsha2-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(1807a0afd4148012bbf882be03173db39cd12e6651d140c03aeded3456c03fb7)
+sha256sums=(eee3547d9225b6a3f9d7f6243c6dede0644f9de4f900933ce23f433b0ffa96e8)
_config=config-portable.mk
if test "$(uname -m)" = x86_64; then
diff --git a/pylibcoopgamma/PKGBUILD b/pylibcoopgamma/PKGBUILD
index 6789b90..88a8487 100644
--- a/pylibcoopgamma/PKGBUILD
+++ b/pylibcoopgamma/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=pylibcoopgamma
pkgver=1.1.4
pkgrel=1
pkgdesc="Cooperative gamma Python 3 library"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/pylibcoopgamma"
license=('custom:ISC')
depends=('python>=3.4' libcoopgamma)
diff --git a/radharc/PKGBUILD b/radharc/PKGBUILD
index 1169c4d..981975b 100644
--- a/radharc/PKGBUILD
+++ b/radharc/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=radharc
pkgver=1.2
pkgrel=1
pkgdesc="Adjusts the colour temperature of according to the Sun's position"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://codeberg.org/maandree/radharc"
license=('ISC')
depends=(libcoopgamma 'libred>=1.1')