summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deb6a715c223..ef47a46290fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = foobillard++
pkgdesc = An OpenGL billiard game
pkgver = 3.42beta
- pkgrel = 6
- url = http://foobillardplus.sourceforge.net/
+ pkgrel = 7
+ url = https://foobillardplus.sourceforge.net/
arch = x86_64
license = GPL2
depends = freetype2
@@ -11,8 +11,7 @@ pkgbase = foobillard++
depends = sdl_net
depends = sdl_mixer
replaces = foobillard
- source = http://downloads.sourceforge.net/foobillardplus/foobillardplus-3.42beta.tar.gz
+ source = https://downloads.sourceforge.net/foobillardplus/foobillardplus-3.42beta.tar.gz
sha1sums = 51507efab0f595cfff26149003faf669c0a42f32
pkgname = foobillard++
-
diff --git a/PKGBUILD b/PKGBUILD
index c7b1818af715..f6aa91f27f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Eric Bélanger <eric@archlinux.org>
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=foobillard++
pkgver=3.42beta
-pkgrel=6
+pkgrel=7
pkgdesc="An OpenGL billiard game"
arch=('x86_64')
-url="http://foobillardplus.sourceforge.net/"
+url="https://foobillardplus.sourceforge.net/"
license=('GPL2')
depends=('freetype2' 'libpng' 'glu' 'sdl_net' 'sdl_mixer')
replaces=('foobillard')
-source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
sha1sums=('51507efab0f595cfff26149003faf669c0a42f32')
prepare() {