update dependencies
This commit is contained in:
parent
5e5805c627
commit
1b1d6c2c64
2 changed files with 15 additions and 12 deletions
17
.SRCINFO
17
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mepo
|
||||
pkgdesc = Fast, simple, and hackable OSM map viewer for Linux
|
||||
pkgver = 1.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://git.sr.ht/~mil/mepo
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
@ -10,14 +10,17 @@ pkgbase = mepo
|
|||
license = GPL3
|
||||
checkdepends = zig>=0.9
|
||||
makedepends = zig>=0.9
|
||||
depends = dmenu
|
||||
makedepends = sdl2
|
||||
makedepends = sdl2_image
|
||||
makedepends = sdl2_ttf
|
||||
makedepends = sdl2_gfx
|
||||
depends = jq
|
||||
depends = xdotool
|
||||
depends = curl
|
||||
depends = sdl2
|
||||
depends = sdl2_image
|
||||
depends = sdl2_ttf
|
||||
depends = sdl2_gfx
|
||||
depends = zenity
|
||||
depends = xorg-xwininfo
|
||||
depends = geoclue
|
||||
depends = ncurses
|
||||
depends = findutils
|
||||
source = mepo-1.1.tar.gz::https://git.sr.ht/~mil/mepo/archive/1.1.tar.gz
|
||||
sha256sums = dc4e5a47e1ff9d11c9e0d1ebe95a451498b537fb6aff818fe449a9033e9c4b47
|
||||
sha512sums = 51e7ba2b3d159b0eb49526530cc6cf7200c734d565c319c923507e734b26c6bf0588b8275c2fac7c963af21c8a575a7a9e3708ffdf83b68a35082a979fb4c523
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Rene Hickersberger <r@renehsz.com>
|
||||
# Contributor: Robert Hamblin <hamblingreen@hotmail.com>
|
||||
# Maintainer: Robert Hamblin <hamblingreen@hotmail.com>
|
||||
# Contributor: Rene Hickersberger <r@renehsz.com>
|
||||
pkgname=mepo
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Fast, simple, and hackable OSM map viewer for Linux"
|
||||
arch=('i686' 'x86_64' 'arm' 'aarch64')
|
||||
url="https://git.sr.ht/~mil/mepo"
|
||||
license=('GPL3')
|
||||
depends=('dmenu' 'jq' 'xdotool' 'curl' 'sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_gfx')
|
||||
makedepends=('zig>=0.9')
|
||||
depends=('jq' 'curl' 'zenity' 'xorg-xwininfo' 'geoclue' 'ncurses' 'findutils')
|
||||
makedepends=('zig>=0.9' 'sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_gfx')
|
||||
checkdepends=('zig>=0.9')
|
||||
changelog=
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||
|
|
Loading…
Add table
Reference in a new issue