summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Griffis2016-03-31 07:08:30 -0400
committerPatrick Griffis2016-03-31 07:08:30 -0400
commitcebb70271868fb7afc8fd2f20dff6f9cb74a7875 (patch)
treef9b6f34984e842b9d142eccb9907eaefb88267d6
parente2667fe83c28e43f1d1bff26ca1563354cf0d6e8 (diff)
downloadaur-cebb70271868fb7afc8fd2f20dff6f9cb74a7875.tar.gz
Remove desktop file modification
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba3453fc5d2d..1ea9e895cfc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexchat-git
pkgdesc = A GTK+ based IRC client
- pkgver = 2.11.0.r1244.g7c078db
+ pkgver = 2.12.0.r1266.gb7373f4
pkgrel = 1
url = https://hexchat.github.io
install = hexchat.install
diff --git a/PKGBUILD b/PKGBUILD
index 263acc63cdac..0ff9d67f4a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TingPing tingping@tingping.se
pkgname=hexchat-git
-pkgver=2.11.0.r1244.g7c078db
+pkgver=2.12.0.r1266.gb7373f4
pkgrel=1
pkgdesc='A GTK+ based IRC client'
arch=('i686' 'x86_64' 'armv6h')
@@ -26,7 +26,7 @@ prepare() {
cd "$_gitname"
# Needed for pkgver()
- aclocal --install
+ aclocal
}
pkgver() {
@@ -48,9 +48,4 @@ build() {
package() {
cd "$srcdir/$_gitname"
make DESTDIR="$pkgdir" install
-
- # Fix opening irc:// links
- desktop-file-edit \
- --set-key=Exec --set-value="hexchat -e %U" \
- "$pkgdir/usr/share/applications/hexchat.desktop"
}