summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Geywitz2020-11-14 19:33:47 +0100
committerJulian Geywitz2020-11-14 19:33:47 +0100
commited730d8009734732ed1b40ee5d2a44cefdc4e2a7 (patch)
tree1b1236741882eca27ce90abf31f8b53889847d30
parentc7314d638ffc6ba2a12643a7cb5a3a88c2d83770 (diff)
downloadaur-ed730d8009734732ed1b40ee5d2a44cefdc4e2a7.tar.gz
Remove old dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa0b2d23a16c..b9bc8a82d295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cozy-audiobooks
pkgdesc = A modern audio book player for Linux using GTK+ 3.
pkgver = 0.7.3
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
arch = x86_64
@@ -21,7 +21,6 @@ pkgbase = cozy-audiobooks
depends = python-mutagen
depends = python-cairo
depends = python-peewee
- depends = python-apsw
depends = python-packaging
depends = file
depends = gst-plugins-good
diff --git a/PKGBUILD b/PKGBUILD
index ae968e2fa2bb..12eb9b148aac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ pkgname=cozy-audiobooks
_gitname=cozy
pkgdesc=' A modern audio book player for Linux using GTK+ 3.'
pkgver=0.7.3
-pkgrel=2
+pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
license=('GPL3')
makedepends=('meson' 'ninja')
depends=(
'appstream-glib' 'desktop-file-utils' 'gst-python'
- 'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-requests' 'python-pytz' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'python-apsw' 'python-packaging' 'file' 'gst-plugins-good'
+ 'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-requests' 'python-pytz' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'python-packaging' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
sha256sums=('843ac5fe54f87ec5a24f5847d9f3c9fe1ce21cebf54dbd8b4192f4d9ee604be4')