summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Sabota2022-04-11 13:20:22 -0400
committerLukas Sabota2022-04-11 13:20:22 -0400
commit109951603db2352d1a2fbcc01495e96c54b444a0 (patch)
treee3ff72b06f496ecac0542006e96844df672746d0 /PKGBUILD
parent17c3818ee6fc1ba74b985cfd62e8a47b8f6cdc10 (diff)
downloadaur-fceux-git.tar.gz
use git+https for github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09c6803c18dd..68fe04baf6be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Lukas Sabota <LTsmooth42 _at_ gmail _dot_ com>
+# Maintainer: prg <prg-archlinux _at_ xannode _dot com>
pkgname=fceux-git
pkgver=2.3.0.17.gc6752c41
-pkgrel=1
+pkgrel=2
pkgdesc="Fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support"
arch=('i686' 'x86_64')
url="http://fceux.com/"
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake' 'make' 'pkgconf' 'mesa-libgl' 'glu')
optdepends=('xchm: for viewing the help manual')
provides=('fceux')
conflicts=('fceux')
-source=(git://github.com/TASVideos/fceux.git)
+source=(git+https://github.com/TASVideos/fceux.git)
md5sums=('SKIP')
pkgver() {