summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 16:47:53 +0000
committerOromion2021-12-14 16:47:53 +0000
commit7d2ffa91b1c887c0a81cd46aa44d6881420acf10 (patch)
tree1b1b81ccc7a18f2c371ec1fb876fe5fe1697c837
parentf5e0ce6b761fb60fd61e9fccec936fcbd83e9104 (diff)
downloadaur-7d2ffa91b1c887c0a81cd46aa44d6881420acf10.tar.gz
Python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6182edfc7f..517a3e728443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dune-common
pkgdesc = Build system, infrastructure and foundation classes
pkgver = 2.8.0
- pkgrel = 4
+ pkgrel = 5
url = https://dune-project.org/modules/dune-common
arch = x86_64
license = custom:GPL2 with runtime exception
diff --git a/PKGBUILD b/PKGBUILD
index 24c60aa01b4a..3864b001b87a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(${pkgbase} python-${pkgbase})
_tarver=2.8.0
_tar="${_tarver}/${pkgbase}-${_tarver}.tar.gz"
pkgver=${_tarver}
-pkgrel=4
+pkgrel=5
pkgdesc="Build system, infrastructure and foundation classes"
arch=('x86_64')
url="https://dune-project.org/modules/${pkgbase}"