summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLightDot2021-10-22 18:47:47 +0200
committerLightDot2021-10-22 18:47:47 +0200
commitcf1c8bc67f7c6069a338b61ce5d1d7077bc94306 (patch)
treedf1dbfcdb7307775ae5e188efec384cc7f160e8e
parent3136baec5c8f3217cb34a2ca21ee2063ce6a034b (diff)
downloadaur-cf1c8bc67f7c6069a338b61ce5d1d7077bc94306.tar.gz
PKGBUILD adjustments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10957804f99..769529c46c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alpine
pkgdesc = A free software email client, a rewrite of Pine which was a continuation of the venerable ELM.
pkgver = 2.25
- pkgrel = 1
+ pkgrel = 2
url = http://alpine.x10host.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 73bb70478f2a..56a02d4c3423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alpine
pkgver=2.25
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'aarch64')
pkgdesc="A free software email client, a rewrite of Pine which was a continuation of the venerable ELM."
url="http://alpine.x10host.com/"
@@ -35,15 +35,15 @@ build() {
# Apply select patches to Alpine
# http://alpine.x10host.com/alpine/
# Maildir patch
- patch -p1 -i "${srcdir}/fancy.patch"
+ patch -p1 -i "${srcdir}/fancy-${pkgver}.patch"
# Fancy Thread Interface
- patch -p1 -i "${srcdir}/maildir.patch"
+ patch -p1 -i "${srcdir}/maildir-${pkgver}.patch"
# Justify paragraphs that contain more than one level of quoting
- patch -p1 -i "${srcdir}/fillpara.patch"
+ patch -p1 -i "${srcdir}/fillpara-${pkgver}.patch"
# Add new subcommands to the compose command
- patch -p1 -i "${srcdir}/compose.patch"
+ patch -p1 -i "${srcdir}/compose-${pkgver}.patch"
# Recognize multiline URLs
- patch -p1 -i "${srcdir}/longurl.patch"
+ patch -p1 -i "${srcdir}/longurl-${pkgver}.patch"
# Configure Alpine
LIBS+="-lpam -lkrb5 -lcrypto" ./configure --prefix=/usr \