Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pidgin-otr


Commits:
e9f3e0bf by Antonio Rojas at 2025-07-25T18:33:49+02:00
upgpkg: 4.0.2-5: Rebuild kpcyrd's packages

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = pidgin-otr
        pkgdesc = Off-the-Record Messaging plugin for Pidgin.
        pkgver = 4.0.2
-       pkgrel = 4
+       pkgrel = 5
        url = https://www.cypherpunks.ca/otr/
        arch = x86_64
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=pidgin-otr
 pkgver=4.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Off-the-Record Messaging plugin for Pidgin.'
 arch=('x86_64')
 license=('GPL')
@@ -22,14 +22,19 @@ 
b2sums=('e4ee9887d755f27f121c86337df596939eb1ae83ae91d1a396140be27558ee086cca54e
         'SKIP')
 validpgpkeys=(22DF3305DF56667CE15784FCF24DE08F42C2ABAD) # OTR Dev Team
 
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vif
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pidgin-otr/-/commit/e9f3e0bf722483089dd1b563f2cd2a627eb2a649

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pidgin-otr/-/commit/e9f3e0bf722483089dd1b563f2cd2a627eb2a649
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to