summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2396c9d1b4d0..459f14c008f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = boost1.69
pkgdesc = Free peer-reviewed portable C++ source libraries
pkgver = 1.69.0
- pkgrel = 12
+ pkgrel = 13
url = https://www.boost.org/
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = boost1.69
arch = armv6h
license = custom
makedepends = icu
- makedepends = python
+ makedepends = python310
makedepends = python-numpy
makedepends = bzip2
makedepends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 630f4e55ff24..ebaaad2407e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=boost1.69
pkgname=('boost1.69-libs' 'boost1.69')
pkgver=1.69.0
_boostver=${pkgver//./_}
-pkgrel=12
+pkgrel=13
pkgdesc='Free peer-reviewed portable C++ source libraries'
url='https://www.boost.org/'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')