summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-05-03 13:55:28 +0200
committerMarcell Meszaros2022-05-03 13:55:28 +0200
commitba47aee20902bcf5c92491573a5e71a7eff0ee65 (patch)
treecc0d24d7f832a068beeaf7c22264fec528185c47
parent777eaadbbc52832eb3f21521bb52e67912e159af (diff)
downloadaur-ba47aee20902bcf5c92491573a5e71a7eff0ee65.tar.gz
fix GitHub URL, change to libeb dependency
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96480698bcdb..19ca923e6b00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ebview-git
pkgdesc = A GTK2 based EPWING dictionary viewer.
- pkgver = r61.4dc3ae8
+ pkgver = r64.390e6ed
pkgrel = 1
url = http://ebview.sourceforge.net
arch = i686
@@ -8,12 +8,11 @@ pkgbase = ebview-git
license = GPL
makedepends = git
depends = gtk2
- depends = eb-library
+ depends = libeb
depends = pangox-compat
provides = ebview
conflicts = ebview
- source = git://github.com/fujii/ebview.git
+ source = git+https://github.com/fujii/ebview.git
md5sums = SKIP
pkgname = ebview-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 1154d7e6db9f..c82fba334b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: Victor Schulz <schulz89 at gmail dot com>
+# Maintainer: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: Victor Schulz <schulz89 at gmail dot com>
# Contributor: 2ion <dev at 2ion dot de>
# Contributor: TDY <tdy at archlinux dot info>
# Contributor: system <system at tou dot de>
pkgname=ebview-git
-pkgver=r61.4dc3ae8
+pkgver=r64.390e6ed
pkgrel=1
pkgdesc="A GTK2 based EPWING dictionary viewer."
arch=('i686' 'x86_64')
url="http://ebview.sourceforge.net"
license=('GPL')
-depends=('gtk2' 'eb-library' 'pangox-compat')
+depends=('gtk2' 'libeb' 'pangox-compat')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git://github.com/fujii/ebview.git')
+source=('git+https://github.com/fujii/ebview.git')
md5sums=('SKIP')
pkgver() {