summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772020-03-16 00:47:52 +0100
committerThor772020-03-16 00:47:52 +0100
commit58522b232997a57a15d199d593f649d1a6bb9c02 (patch)
treeadcfe3099cb644ba9aa206420a93e65bbb12bbee
parentf7e14e7cb2ce3d942a87d17146399d90017de6c0 (diff)
downloadaur-58522b232997a57a15d199d593f649d1a6bb9c02.tar.gz
Remove unnecessary godep dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db27ecff11fd..8c577043320d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = miniflux
pkgdesc = Minimalist Feed Reader
pkgver = 2.0.20
- pkgrel = 1
+ pkgrel = 2
url = https://miniflux.app
arch = x86_64
arch = arm
@@ -10,7 +10,6 @@ pkgbase = miniflux
arch = aarch64
license = Apache
makedepends = go
- makedepends = godep
makedepends = git
optdepends = postgresql: unless the database is on another machine, this machine needs it
conflicts = miniflux-git
diff --git a/PKGBUILD b/PKGBUILD
index 072125ec83a7..30293294c271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Maintainer: Thor77 <thor77 at thor77 dot org>
# Maintainer: Clar Charr <clar@charr.xyz>
pkgname=miniflux
pkgver=2.0.20
-pkgrel=1
+pkgrel=2
pkgdesc='Minimalist Feed Reader'
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://miniflux.app'
license=('Apache')
optdepends=("postgresql: unless the database is on another machine, this machine needs it")
-makedepends=('go' 'godep' 'git')
+makedepends=('go' 'git')
conflicts=('miniflux-git')
backup=('etc/miniflux.conf')
source=(