diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/mousepad/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mousepad/APKBUILD b/community/mousepad/APKBUILD index a58cc2453b..c8354b596d 100644 --- a/community/mousepad/APKBUILD +++ b/community/mousepad/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mousepad pkgver=0.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="Simple Text Editor for Xfce4" -url="https://docs.xfce.org/apps/parole/start" +url="https://git.xfce.org/apps/mousepad/" arch="all" license="GPL-2.0-or-later" makedepends="gtk+3.0-dev gtksourceview-dev intltool" |