Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
astroid
Commits:
afb27289 by Antonio Rojas at 2024-08-30T19:13:21+02:00
upgpkg: 0.16-15: boost 1.86 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = astroid
pkgdesc = A graphical threads-with-tags style, lightweight and fast,
e-mail client for Notmuch
pkgver = 0.16
- pkgrel = 14
+ pkgrel = 15
url = https://github.com/astroidmail/astroid
arch = x86_64
license = GPL3
@@ -28,7 +28,9 @@ pkgbase = astroid
optdepends = gvim: default editor
source =
astroid-0.16.tar.gz::https://github.com/astroidmail/astroid/archive/v0.16.tar.gz
source = protobuf-23.patch
+ source = https://github.com/astroidmail/astroid/commit/abd84171.patch
sha256sums =
32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e
sha256sums =
53bfd2814aa57475b284a518c368c7a27453e11d9442695d05ce3fbb86bbbc73
+ sha256sums =
9b8e12d43de25a51539ff81b3c261ebdb4278cce47a52a767b25c1ced41392d1
pkgname = astroid
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Johannes Heinz <[email protected]>
pkgname=astroid
pkgver=0.16
-pkgrel=14
+pkgrel=15
pkgdesc="A graphical threads-with-tags style, lightweight and fast, e-mail
client for Notmuch"
arch=('x86_64')
url="https://github.com/astroidmail/astroid"
@@ -30,12 +30,15 @@ optdepends=('cmark: for markdown to html composition'
'emacs: can be used as editor'
'gvim: default editor')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz"
- protobuf-23.patch)
+ protobuf-23.patch
+ https://github.com/astroidmail/astroid/commit/abd84171.patch)
sha256sums=('32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e'
- '53bfd2814aa57475b284a518c368c7a27453e11d9442695d05ce3fbb86bbbc73')
+ '53bfd2814aa57475b284a518c368c7a27453e11d9442695d05ce3fbb86bbbc73'
+ '9b8e12d43de25a51539ff81b3c261ebdb4278cce47a52a767b25c1ced41392d1')
prepare() {
patch -d $pkgname-$pkgver -p1 < protobuf-23.patch # Fix build with protobuf
23
+ patch -d $pkgname-$pkgver -p1 < abd84171.patch # Fix build with boost 1.85
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/astroid/-/commit/afb27289cbfe3cf941480cdc5f95f6efeefcceeb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/astroid/-/commit/afb27289cbfe3cf941480cdc5f95f6efeefcceeb
You're receiving this email because of your account on gitlab.archlinux.org.