summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2015-07-16 16:12:33 +0200
committerAndré Klitzing2015-07-16 16:12:33 +0200
commite9e1c92dff56136b284ce1de81bffdc0bbfd35b8 (patch)
tree2e4e9476a229568ac5bd01b106d7a7167548d73f
parent5c124ed1117f8c678d8055ad17faf5dceeda57fa (diff)
downloadaur-e9e1c92dff56136b284ce1de81bffdc0bbfd35b8.tar.gz
Bump to 3.4.2 and add .gitignore
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD5
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 703c506551e1..9984f7b68e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 3.4
+ pkgver = 3.4.2
pkgrel = 1
url = http://tortoisehg.bitbucket.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = tortoisehg
depends = python2-iniparse
optdepends = python2-pygments: syntax highlighting
optdepends = python2-nautilus: Python binding for Nautilus components
- source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-3.4.tar.gz
- sha256sums = d3ac14e374b551e3f7ebc14f15648250b68f103de3fbfea24fd866110299145c
+ source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-3.4.2.tar.gz
+ sha256sums = d22692166dc6ff61c9d12bfe5ceb77fbf87e7dd52222c956976e7987d84145a1
pkgname = tortoisehg
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..24d8a631ca6a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.rpm
+*.src.tar.*
+*.pkg.tar.*
+*.orig
+*.rej
+*.swp
+*.part
+*.tar.gz
+src
+pkg
diff --git a/PKGBUILD b/PKGBUILD
index d9c33f5dd284..b77bba87b9fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# AUR Category: devel
pkgname=tortoisehg
-pkgver=3.4
+pkgver=3.4.2
pkgrel=1
pkgdesc="Graphical tools for Mercurial"
url="http://tortoisehg.bitbucket.org/"
@@ -25,4 +25,5 @@ package() {
install -Dm 644 "contrib/thg.desktop" "${pkgdir}/usr/share/applications/thg.desktop"
install -Dm 644 "icons/scalable/apps/thg-logo.svg" "${pkgdir}/usr/share/pixmaps/thg_logo.svg"
}
-sha256sums=('d3ac14e374b551e3f7ebc14f15648250b68f103de3fbfea24fd866110299145c')
+
+sha256sums=('d22692166dc6ff61c9d12bfe5ceb77fbf87e7dd52222c956976e7987d84145a1')