diff options
Diffstat (limited to 'main/gamin/APKBUILD')
-rw-r--r-- | main/gamin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gamin/APKBUILD b/main/gamin/APKBUILD index 0b51727201..c71ec9db6d 100644 --- a/main/gamin/APKBUILD +++ b/main/gamin/APKBUILD @@ -9,7 +9,7 @@ license="GPL" subpackages="$pkgname-dev py-$pkgname:py" depends= makedepends="glib-dev python2-dev" -source="http://www.gnome.org/~veillard/$pkgname/sources/$pkgname-$pkgver.tar.gz +source="https://www.gnome.org/~veillard/$pkgname/sources/$pkgname-$pkgver.tar.gz fix-deprecated-const.patch fix-pthread-mutex.patch" |