summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Korpel2021-03-18 03:14:54 +0100
committerMarcel Korpel2021-03-18 03:14:54 +0100
commit9e6703af3c5e05157954efb32f84970496f8ec20 (patch)
tree9efd0465ad7047cc6702381815e2b7b0def8232c /PKGBUILD
parent1a9194e163c1d3df49f506e74cf13fec2d93bb27 (diff)
downloadaur-9e6703af3c5e05157954efb32f84970496f8ec20.tar.gz
Update to Python 3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36e60ad787c1..8ee29cc4cec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=evince-synctex
_pkgname=${pkgname/-/_}
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Several scripts to ease the use of Evince with SyncTeX"
arch=('any')
url="http://forum.ubuntuusers.de/topic/evince-synctex-vim-emacs-scite-lyx-kile-editor/"
license=('GPL')
-depends=('dbus-glib' 'python2-dbus' 'python2-gobject2')
+depends=('dbus-glib' 'dbus-python' 'python-gobject')
install=$pkgname.install
source=(http://dud.inf.tu-dresden.de/~ben/${_pkgname}.tar.gz
$pkgname.patch)
sha256sums=('65b43f00e894d116bbccf62cac1d6bdd753c6bcb4d0d7f90efbf10c59dc95052'
- '2a8a5a55c68051f70a2ec8fe1e48b5c9a27f3def29ee4efb2f8e9773afda43cc')
+ 'b17ee71aa63c49f870e1db18d67b75a3ed704ddbf494b8fe41316bc6e8c83457')
prepare() {
cd "$srcdir/${_pkgname}"