summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexej Magura2023-07-21 21:14:26 -0400
committerAlexej Magura2023-07-21 21:14:26 -0400
commit57a53a0b5d0fb957eccc53d0fcede73a1db7c53d (patch)
tree4eafd925d36130bf26d11432ad3a48bbdce923e1
parent2334191a12a28c6d96da96e1207c440e86846d40 (diff)
downloadaur-epsxe.tar.gz
http -> https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 498676259abc..5cdff8fe3eae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = epsxe
pkgdesc = Enhanced PSX emulator
pkgver = 2.0.5
- pkgrel = 30
- url = http://epsxe.com
+ pkgrel = 31
+ url = https://epsxe.com
install = epsxe.install
arch = x86_64
license = unknown
@@ -24,7 +24,7 @@ pkgbase = epsxe
source = epsxe.png
source = epsxe.sh
source = http://www.epsxe.com/files/shaders.zip
- source = http://www.epsxe.com/files/ePSXe205linux_x64.zip
+ source = https://www.epsxe.com/files/ePSXe205linux_x64.zip
source = https://archive.org/download/archlinux_pkg_ncurses/ncurses-5.9_20141101-1-x86_64.pkg.tar.xz
md5sums = aeb34e2ca34f968630ca133ea821c61c
md5sums = eb0c46b8ae1355c589792f6be1835e47
diff --git a/PKGBUILD b/PKGBUILD
index 30c34b90cd9c..eba9fff8f694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@
pkgname=epsxe
_pkgname=ePSXe
pkgver=2.0.5
-pkgrel=30
+pkgrel=31
pkgdesc="Enhanced PSX emulator"
-url="http://epsxe.com"
+url="https://epsxe.com"
arch=('x86_64')
depends=(bash libcurl-compat gtk3 sdl_ttf ncurses openssl-1.0 libxt libcanberra)
makedepends=(unzip tar)
license=('unknown')
install=${pkgname}.install
options=(!strip)
-source=(${pkgname}.desktop ${pkgname}.png ${pkgname}.sh http://www.epsxe.com/files/shaders.zip "http://www.epsxe.com/files/${_pkgname}${pkgver//./}linux_x64.zip" "https://archive.org/download/archlinux_pkg_ncurses/ncurses-5.9_20141101-1-x86_64.pkg.tar.xz")
+source=(${pkgname}.desktop ${pkgname}.png ${pkgname}.sh http://www.epsxe.com/files/shaders.zip "https://www.epsxe.com/files/${_pkgname}${pkgver//./}linux_x64.zip" "https://archive.org/download/archlinux_pkg_ncurses/ncurses-5.9_20141101-1-$CARCH.pkg.tar.xz")
conflicts=(bin32-epsxe)
noextract=(shaders.zip ncurses-5.9_20141101-1-$CARCH.pkg.tar.xz)
md5sums=(aeb34e2ca34f968630ca133ea821c61c eb0c46b8ae1355c589792f6be1835e47 8d47875ba4f51943cdb6e09c2f25e4b5 a863740899adb064b8a28c3fa47d5280 79fefeb4bff26bf1d374befb35b390df d435d3e9481e5786b9e377abe63ce325)