Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libotr
Commits:
323e876d by Antonio Rojas at 2025-07-25T18:31:32+02:00
upgpkg: 4.1.1-6: Rebuild kpcyrd's packages
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = libotr
pkgdesc = Off-the-Record Messaging Library and Toolkit
pkgver = 4.1.1
- pkgrel = 5
+ pkgrel = 6
url = https://otr.cypherpunks.ca/
arch = x86_64
license = GPL-2.0-only
license = LGPL-2.1-only
depends = glibc
depends = libgcrypt
- depends = libgpg-error
source = https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz
source = https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz.asc
source = libotr-4.1.1-include-socket.h.patch
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=libotr
pkgver=4.1.1
-pkgrel=5
+pkgrel=6
pkgdesc='Off-the-Record Messaging Library and Toolkit'
url='https://otr.cypherpunks.ca/'
license=(
@@ -16,7 +16,6 @@ arch=('x86_64')
depends=(
'glibc'
'libgcrypt'
- 'libgpg-error'
)
validpgpkeys=('22DF3305DF56667CE15784FCF24DE08F42C2ABAD') # OTR Dev Team
source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc}
@@ -28,6 +27,8 @@
sha256sums=('8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5'
prepare() {
# FS#75450
patch -d "$pkgname-$pkgver" -N -p 1 -i
"${srcdir}/$pkgname-4.1.1-include-socket.h.patch"
+ cd $pkgname-$pkgver
+ autoreconf -vif
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libotr/-/commit/323e876d62fe62e86f6da826161aa88167e46f89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libotr/-/commit/323e876d62fe62e86f6da826161aa88167e46f89
You're receiving this email because of your account on gitlab.archlinux.org.