summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2018-05-25 09:31:24 -1000
committerGaetan Bisson2018-05-25 09:31:24 -1000
commitee2693887d1730aac5d15ad47ba974540958da88 (patch)
treef3fb3e124cb8e6da47d65e65dc303fdc705aaa24 /PKGBUILD
parent40b1c82ff69d591215a69b8057c0ccb140ac2a22 (diff)
downloadaur-ee2693887d1730aac5d15ad47ba974540958da88.tar.gz
remove patch commited upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 3 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69d0de21a11a..16cbf138d468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=subsurface-git
_pkgname=subsurface
-pkgver=20180524.86ab5a91f
+pkgver=20180525.b18b10b46
pkgrel=1
pkgdesc='Divelog program'
url='https://subsurface-divelog.org/'
@@ -13,10 +13,8 @@ makedepends=('git' 'cmake' 'asciidoc' 'qt5-tools')
depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
'subsurface-libdc-git' 'qt5-svg' 'qt5-location'
'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=('git+https://github.com/Subsurface-divelog/subsurface'
- 'delete.patch')
-sha256sums=('SKIP'
- '59135a6917643be1608eb88db1dc81a740c8b0cff01f9ed62fa80e7d7523ee47')
+source=('git+https://github.com/Subsurface-divelog/subsurface')
+sha256sums=('SKIP')
# qt5-webkit still used for: printing, manual, facebook
@@ -28,13 +26,6 @@ pkgver() {
git log -1 --format='%cd.%h' --date=short | tr -d -
}
-prepare() {
- cd "${srcdir}/${_pkgname}"
-
- # https://bugreports.qt.io/browse/QTBUG-67948
- patch -p1 -i ../delete.patch
-}
-
build() {
cd "${srcdir}/${_pkgname}"
install -d build