aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/font-overpass/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/font-overpass/APKBUILD b/community/font-overpass/APKBUILD
index d6ba910532b..c7f088d4e7a 100644
--- a/community/font-overpass/APKBUILD
+++ b/community/font-overpass/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=font-overpass
pkgver=3.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Overpass open source web font family"
url="https://overpassfont.org/"
arch="noarch"
license="OFL-1.1"
depends="fontconfig"
options="!check" # no test suite
-source="Overpass-$pkgver.tar.gz::https://github.com/RedHatBrand/Overpass/archive/$pkgver.tar.gz"
+source="Overpass-$pkgver.tar.gz::https://github.com/RedHatOfficial/Overpass/archive/$pkgver.tar.gz"
builddir="$srcdir/Overpass-$pkgver"
package() {