summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Silva2017-06-24 15:03:12 +0100
committerBruno Silva2017-06-24 15:03:12 +0100
commit2839d107b9458f42566aa371a797098ccf18471f (patch)
treeaab102f847a9f5a2ad21824ed3d8d097e092405a
parentb401b9af818809c164ea8abe5641558a828635ee (diff)
downloadaur-2839d107b9458f42566aa371a797098ccf18471f.tar.gz
Bump to 2.3.0alpha1.r307 and PKGBUILD cleanup
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d5e773231ae..50196174754e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lyx-git
pkgdesc = An advanced WYSIWYM document processor & LaTeX front-end
- pkgver = 2.3.0alpha1.r275.gf6b0ccf99c
+ pkgver = 2.3.0alpha1.r307.g8910a8a1cc
pkgrel = 1
url = http://www.lyx.org
arch = i686
@@ -24,9 +24,8 @@ pkgbase = lyx-git
optdepends = texlive-core
optdepends = rcs
optdepends = texlive-latexextra
- provides = lyx-git
- conflicts = lyx lyx-git
- replaces = lyx lyx-git
+ provides = lyx
+ conflicts = lyx
source = lyx::git://git.lyx.org/lyx.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0625d9d7c1e6..0c09c8c897e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lyx-git
_pkgname=lyx
-pkgver=2.3.0alpha1.r275.gf6b0ccf99c
+pkgver=2.3.0alpha1.r307.g8910a8a1cc
pkgrel=1
pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ license=('GPL')
depends=(qt5-svg qt5-base python imagemagick enchant boost-libs libmythes file)
makedepends=(glibc qt5-base git autoconf automake gcc bc)
optdepends=(texlive-core rcs texlive-latexextra)
-provides=('lyx-git')
-conflicts=('lyx lyx-git')
-replaces=('lyx lyx-git')
+provides=('lyx')
+conflicts=('lyx')
+replaces=('')
source=("${_pkgname}::git://git.lyx.org/${_pkgname}.git#branch=master")
md5sums=('SKIP')