summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ba46261794..2187c4728350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = gearcoleco
pkgdesc = ColecoVision emulator
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/drhelius/Gearcoleco
arch = x86_64
license = GPL3
- depends = glew-2.1
+ depends = glew
depends = sdl2
source = https://github.com/drhelius/Gearcoleco/archive/refs/tags/1.0.0.tar.gz
sha256sums = 87d1b99173573f2fc1139e068bd332b677862699800531eb747e2c3184e05e2f
diff --git a/PKGBUILD b/PKGBUILD
index 81951808405a..db67bbcb5ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: aquova <austinbricker at protonmail dot com>
pkgname="gearcoleco"
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="ColecoVision emulator"
url="https://github.com/drhelius/Gearcoleco"
arch=("x86_64")
license=("GPL3")
-depends=('glew-2.1' 'sdl2')
+depends=('glew' 'sdl2')
source=("${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=("87d1b99173573f2fc1139e068bd332b677862699800531eb747e2c3184e05e2f")