summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Scholl2018-03-04 16:54:03 -0500
committerDavid Scholl2018-03-04 16:54:03 -0500
commit580e24f708e77d12f01400d450a1b6857a02da56 (patch)
tree2087035acb3c5827dd99437b624a82750bbd607d
parentacfd70808f4ce81071553da699a7bb9e2c5ea116 (diff)
downloadaur-580e24f708e77d12f01400d450a1b6857a02da56.tar.gz
Minor changes for Arch version bump
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
-rw-r--r--xmlcopyeditor.install4
3 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb72a92ef10b..973fe064b93a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Mar 4 21:52:18 UTC 2018
pkgbase = xmlcopyeditor
pkgdesc = XML editor based on Scintilla.
pkgver = 1.2.1.3
- pkgrel = 2
+ pkgrel = 3
url = http://xml-copy-editor.sourceforge.net
install = xmlcopyeditor.install
arch = i686
@@ -12,10 +14,9 @@ pkgbase = xmlcopyeditor
depends = wxgtk
depends = libxslt
depends = xerces-c
- depends = enchant
- depends = desktop-file-utils
- source = http://downloads.sourceforge.net/xml-copy-editor/xmlcopyeditor-1.2.1.3.tar.gz
- md5sums = b8ec66bbf41d6dd10ffe704e5b5f4b5e
+ depends = enchant=1.6.1
+ source = https://sourceforge.net/projects/xml-copy-editor/files/xmlcopyeditor-linux/1.2.1.3/xmlcopyeditor-1.2.1.3.tar.gz
+ sha256sums = 9b684b5042b4af85d3626fd55108bd1d63c0007b5c794ef7cc4b026012b29d2f
pkgname = xmlcopyeditor
diff --git a/PKGBUILD b/PKGBUILD
index b139ebaa54a0..cc6d9c7a5d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: David Scholl <djscholl at gmail dot com>
pkgname=xmlcopyeditor
pkgver=1.2.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="XML editor based on Scintilla."
arch=('i686' 'x86_64')
url="http://xml-copy-editor.sourceforge.net"
license=('custom')
-depends=('wxgtk' 'libxslt' 'xerces-c' 'enchant' 'desktop-file-utils')
+depends=('wxgtk' 'libxslt' 'xerces-c' 'enchant=1.6.1')
makedepends=('boost' 'intltool')
install="xmlcopyeditor.install"
-source=(http://downloads.sourceforge.net/xml-copy-editor/$pkgname-$pkgver.tar.gz)
-md5sums=('b8ec66bbf41d6dd10ffe704e5b5f4b5e')
+source=(https://sourceforge.net/projects/xml-copy-editor/files/$pkgname-linux/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('9b684b5042b4af85d3626fd55108bd1d63c0007b5c794ef7cc4b026012b29d2f')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
@@ -29,3 +29,4 @@ package() {
install -d $pkgdir/usr/share/licenses/$pkgname
cp -R $srcdir/$pkgname-$pkgver/src/copying/* $pkgdir/usr/share/licenses/$pkgname
}
+
diff --git a/xmlcopyeditor.install b/xmlcopyeditor.install
index e5d1394fe80b..1d146bec3218 100644
--- a/xmlcopyeditor.install
+++ b/xmlcopyeditor.install
@@ -1,6 +1,6 @@
# arg 1: the new package version
post_install() {
- update-desktop-database -q
+/bin/true
}
# arg 1: the new package version
@@ -15,7 +15,7 @@ pre_remove() {
}
post_remove() {
- update-desktop-database -q
+/bin/true
}
op=$1