summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrElendig2018-02-22 10:27:48 +0100
committerMrElendig2018-02-22 10:27:48 +0100
commitef203fb8b0a5d8e5a09aa624071a8065140f8349 (patch)
treed5897897db80645d89f6d5ef9cfaf030d89fc307
parent1e8152c064280f9fb169df1626027e471423f2f5 (diff)
downloadaur-ef203fb8b0a5d8e5a09aa624071a8065140f8349.tar.gz
conflict/provides since gaupol is now in the repos
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b8fd4721548..81c7a6c3d9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaupol-git
pkgdesc = An editor for text-based subtitles (devel tree)
- pkgver = 20140621.1947
+ pkgver = 20180218.2292
pkgrel = 1
url = http://home.gna.org/gaupol
install = gaupol.install
@@ -23,6 +23,8 @@ pkgbase = gaupol-git
optdepends = gst-plugins-bad: extra media codecs
optdepends = gst-plugins-ugly: extra media codecs
optdepends = gst-libav: extra media codecs
+ provides = gaupol
+ conflicts = gaupol
source = git://github.com/otsaloma/gaupol.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 029929f41aea..bd25b98aef41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,14 @@
# Contributor: Sebastien Piccand <sebcactus gmail com>
pkgname=gaupol-git
-pkgver=20140621.1947
+pkgver=20180218.2292
pkgrel=1
pkgdesc="An editor for text-based subtitles (devel tree)"
arch=('any')
url="http://home.gna.org/gaupol"
license=('GPL')
+provides=('gaupol')
+conflicts=('gaupol')
depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('intltool' 'git')