summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
-rw-r--r--xpa_inc_fail.patch10
3 files changed, 8 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24e9e434f299..cc66ead220f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = xpa
pkgdesc = A messaging system provides seamless communication between many kinds of Unix programs
- pkgver = 2.1.18
- pkgrel = 2
+ pkgver = 2.1.19
+ pkgrel = 1
url = http://hea-www.harvard.edu/RD/xpa/
arch = i686
arch = x86_64
license = MIT
makedepends = libxt
depends = tcl
- source = https://github.com/ericmandel/xpa/archive/v2.1.18.tar.gz
- source = xpa_inc_fail.patch
- md5sums = 6060daa15541cffd1529b4fefde143a2
- md5sums = 305d9abf968ba15dcdff22b3bc845254
+ source = https://github.com/ericmandel/xpa/archive/v2.1.19.tar.gz
+ sha1sums = d5a4a7351270b684306a639f31dadabcce4d96fb
pkgname = xpa
diff --git a/PKGBUILD b/PKGBUILD
index 0acb9a729ffa..5d991af3b7d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: <clu>
pkgname=xpa
-pkgver=2.1.18
-pkgrel=2
+pkgver=2.1.19
+pkgrel=1
epoch=
pkgdesc="A messaging system provides seamless communication between many kinds of Unix programs"
arch=('i686' 'x86_64')
@@ -20,11 +20,8 @@ backup=()
options=()
install=
changelog=
-source=(https://github.com/ericmandel/${pkgname}/archive/v${pkgver}.tar.gz
- xpa_inc_fail.patch)
-md5sums=('6060daa15541cffd1529b4fefde143a2'
- '305d9abf968ba15dcdff22b3bc845254')
-
+source=(https://github.com/ericmandel/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('d5a4a7351270b684306a639f31dadabcce4d96fb')
noextract=()
build() {
diff --git a/xpa_inc_fail.patch b/xpa_inc_fail.patch
deleted file mode 100644
index 42607d0b91c3..000000000000
--- a/xpa_inc_fail.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/tcl.c 2015-10-20 00:02:59.000000000 +0800
-+++ b/tcl.c 2018-02-05 10:31:20.419171977 +0800
-@@ -3,6 +3,7 @@
- */
-
- #include <xpap.h>
-+#include <stdint.h>
-
- #if HAVE_TCL
- \ No newline at end of file