summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2022-04-11 13:20:22 -0400
committerLukas Sabota2022-04-11 13:20:22 -0400
commit109951603db2352d1a2fbcc01495e96c54b444a0 (patch)
treee3ff72b06f496ecac0542006e96844df672746d0
parent17c3818ee6fc1ba74b985cfd62e8a47b8f6cdc10 (diff)
downloadaur-fceux-git.tar.gz
use git+https for github
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56fa0369f5ab..ecf0037f5ccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fceux-git
pkgdesc = Fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support
pkgver = 2.3.0.17.gc6752c41
- pkgrel = 1
+ pkgrel = 2
url = http://fceux.com/
arch = i686
arch = x86_64
@@ -19,8 +19,7 @@ pkgbase = fceux-git
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
pkgname = fceux-git
-
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() {