summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2018-09-22 00:45:29 -0500
committerAlfredo Ramos2018-09-22 00:45:29 -0500
commitafd4c49722e2e2517e3d930c59ec3bbf8b7851c1 (patch)
tree8b95127a645d75beae3e0a924e239af55c4186a7
parentedc027f4f5997a0055318843aa69faf2f4911c3a (diff)
downloadaur-afd4c49722e2e2517e3d930c59ec3bbf8b7851c1.tar.gz
Patch applied upstreams
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 5 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56732c819ce9..48f5ab99fde9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexeditor-git
pkgdesc = A cross-platform Hex Editor. Development version.
- pkgver = 1.4.0.4.g9d32ae6
+ pkgver = 1.4.0.12.ga7a78fb
pkgrel = 2
url = https://github.com/chipmunk-sm/HexEditor
arch = i686
@@ -10,12 +10,10 @@ pkgbase = hexeditor-git
makedepends = git
depends = qt5-base
depends = hicolor-icon-theme
- provides = hexeditor=1.4.0.4.g9d32ae6
+ provides = hexeditor=1.4.0.12.ga7a78fb
conflicts = hexeditor
source = git+https://github.com/chipmunk-sm/HexEditor.git
- source = desktop_logo_cleanup.patch::https://patch-diff.githubusercontent.com/raw/chipmunk-sm/HexEditor/pull/3.patch
sha512sums = SKIP
- sha512sums = 2cab6d8792c3076a5abcdb37b5a87b2eb479df86ee6d715312b81ca9f9102fa5fd57fca066dddc291362e90e683b6fed220ab8baf16db4db825c2d0782ba2882
pkgname = hexeditor-git
diff --git a/PKGBUILD b/PKGBUILD
index 7bbec6d89da1..e408f8bc4869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=hexeditor
pkgname=${_pkgname}-git
-pkgver=1.4.0.4.g9d32ae6
+pkgver=1.4.0.12.ga7a78fb
pkgrel=2
pkgdesc='A cross-platform Hex Editor. Development version.'
arch=('i686' 'x86_64')
@@ -14,14 +14,8 @@ makedepends=('qt5-tools' 'git')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-source=(
- 'git+https://github.com/chipmunk-sm/HexEditor.git'
- 'desktop_logo_cleanup.patch::https://patch-diff.githubusercontent.com/raw/chipmunk-sm/HexEditor/pull/3.patch'
-)
-sha512sums=(
- 'SKIP'
- '2cab6d8792c3076a5abcdb37b5a87b2eb479df86ee6d715312b81ca9f9102fa5fd57fca066dddc291362e90e683b6fed220ab8baf16db4db825c2d0782ba2882'
-)
+source=('git+https://github.com/chipmunk-sm/HexEditor.git')
+sha512sums=('SKIP')
pkgver() {
# Update package version
@@ -30,10 +24,6 @@ pkgver() {
}
prepare() {
- # QMake install instructions
- cd "${srcdir}"/HexEditor
- patch -Np1 < ../desktop_logo_cleanup.patch
-
# Create build directory
mkdir -p "${srcdir}"/build
}