summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Cimalando2019-11-03 16:52:26 +0100
committerJP Cimalando2019-11-03 16:52:26 +0100
commit8cf6c10cd6a8b98e1eff0318dc260eb58713d556 (patch)
tree247dedb881a3f286580074b97aefd16d6f83f24a
parent772f0d644ac1b25c75e8a7d712b3fc49b0e5015f (diff)
downloadaur-8cf6c10cd6a8b98e1eff0318dc260eb58713d556.tar.gz
Remove the compilation patch which is no longer required
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b4604f7bf97..da836c53ce06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appimage-git
pkgdesc = Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, debian and derivatives.
- pkgver = r1587.ce61b83
+ pkgver = r1597.801e789
pkgrel = 1
url = http://appimage.org
arch = i686
@@ -28,9 +28,7 @@ pkgbase = appimage-git
conflicts = appimage
options = !strip
source = git://github.com/probonopd/AppImageKit
- source = https://patch-diff.githubusercontent.com/raw/AppImage/AppImageKit/pull/952.diff
md5sums = SKIP
- md5sums = 608c5ead3266d58da38b4d7eb3a83c4a
pkgname = appimage-git
diff --git a/PKGBUILD b/PKGBUILD
index efe738030cea..1e5ae9325aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=appimage-git
_gitname=AppImageKit
pkgdesc="Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, debian and derivatives."
-pkgver=r1587.ce61b83
+pkgver=r1597.801e789
pkgrel=1
arch=('i686' 'x86_64')
url="http://appimage.org"
@@ -15,10 +15,8 @@ provides=('appimage')
conflicts=('appimage')
options=('!strip')
install=
-source=('git://github.com/probonopd/AppImageKit'
- 'https://patch-diff.githubusercontent.com/raw/AppImage/AppImageKit/pull/952.diff')
-md5sums=('SKIP'
- '608c5ead3266d58da38b4d7eb3a83c4a')
+source=('git://github.com/probonopd/AppImageKit')
+md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}"
@@ -35,8 +33,6 @@ prepare() {
./build.sh --clean
- patch -p1 -i "${srcdir}"/952.diff
-
sed -i "s/ctest -V/echo 'Skip Tests...'/g" build.sh
}