summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6772b6f1c11b..10bb7f248546 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nautilus-ext-git-git
pkgdesc = Nautilus extension to add important information about the current git directory
pkgver = 1.3.r16.g5389549
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/bilelmoussaoui/nautilus-git
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = nautilus-ext-git-git
depends = git
depends = gtk3
depends = gtksourceview3
- depends = python-nautilus
+ depends = python-nautilus<4.0
provides = nautilus-ext-git
conflicts = nautilus-ext-git
conflicts = nautilus-folder-icons
diff --git a/PKGBUILD b/PKGBUILD
index a62ed3ea64b0..5819d8819092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=nautilus-ext-git-git
pkgver=1.3.r16.g5389549
-pkgrel=8
+pkgrel=9
pkgdesc="Nautilus extension to add important information about the current git directory"
arch=('i686' 'x86_64')
url="https://github.com/bilelmoussaoui/nautilus-git"
license=('GPL3')
-depends=('git' 'gtk3' 'gtksourceview3' 'python-nautilus')
+depends=('git' 'gtk3' 'gtksourceview3' 'python-nautilus<4.0')
makedepends=('meson')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}"
@@ -31,11 +31,6 @@ build() {
meson compile -C build
}
-# No tests defined
-#check() {
-# meson test -C build --print-errorlogs
-#}
-
package() {
meson install -C build --destdir "$pkgdir"
}