summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyak2017-03-24 21:36:24 +0300
committerkyak2017-03-24 21:36:24 +0300
commit2790fc9ae6f41695eb0f8d68ac4d9ceb5cbf7c34 (patch)
treec069e5bea71201f1cefef4d12f6a7d4941de490b
parentee08a25e0d2de788152fa4d7987185ec81368cc0 (diff)
downloadaur-2790fc9ae6f41695eb0f8d68ac4d9ceb5cbf7c34.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28334174841b..abe45aa9e0d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 18:16:52 UTC 2017
+# Fri Mar 24 18:36:11 UTC 2017
pkgbase = alpine
pkgdesc = Apache licensed PINE mail user agent
pkgver = 2.21
@@ -20,7 +20,9 @@ pkgbase = alpine
replaces = pine
options = !makeflags
source = http://patches.freeiz.com/alpine/release/src/alpine-2.21.tar.xz
+ source = http://patches.freeiz.com/alpine/patches/alpine-2.21/all.patch.gz
md5sums = 02dad85c1be80ce020206f222ecf5ac8
+ md5sums = 0f44e09742442f7aa7c50b40bb957f8b
pkgname = alpine
diff --git a/PKGBUILD b/PKGBUILD
index f748f58ce92b..908671884dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,19 +17,20 @@ provides=("pine")
conflicts=("pine" "re-alpine")
replaces=("pine")
options=("!makeflags")
-source=(http://patches.freeiz.com/${pkgname}/release/src/${pkgname}-${pkgver}.tar.xz)
+source=(http://patches.freeiz.com/${pkgname}/release/src/${pkgname}-${pkgver}.tar.xz
#ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2
- #http://patches.freeiz.com/${pkgname}/patches/${pkgname}-${pkgver}/all.patch.gz
+ http://patches.freeiz.com/${pkgname}/patches/${pkgname}-${pkgver}/all.patch.gz)
#topal-1.patch
#topal-2.patch)
-md5sums=("02dad85c1be80ce020206f222ecf5ac8")
+md5sums=("02dad85c1be80ce020206f222ecf5ac8"
+ "0f44e09742442f7aa7c50b40bb957f8b")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# User compile time patches
# - Eduardo Chappa patches
-# patch -p1 < ../all.patch
+ patch -p1 < ../all.patch
# - Phil Brooke patches (optional topal support)
#patch -p1 < ../topal-1.patch
#patch -p1 < ../topal-2.patch