diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 18:19:43 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 18:19:43 -0800 |
commit | 804b0ac8186d34a7be47808e85ec09e81d5663a3 (patch) | |
tree | 657ad4eabada2ac3dedfb0eacc142317f6b9a384 | |
parent | 84c0bc2b98ecf45cbb6dea0f26a0ef181323acdd (diff) |
to distinguish aur and local fly repo
-rw-r--r-- | pkgbuilds/mepo/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgbuilds/mepo/PKGBUILD b/pkgbuilds/mepo/PKGBUILD index 214adf5..4a06dc1 100644 --- a/pkgbuilds/mepo/PKGBUILD +++ b/pkgbuilds/mepo/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Dimitri Kaparis <dimitri@kaparis.name> pkgname=mepo pkgver=1.3.3 -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" |