summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeb Roclinn2023-07-19 23:26:13 -0700
committerDeb Roclinn2023-07-19 23:26:13 -0700
commit3efbbaed0015c13fad42a9048cde4def7123e7d4 (patch)
treef409d862b5320289d30b6737939bb17dfe333d0c
parentc755f8749deef40e3cba1ebf3f9e60c84c267463 (diff)
downloadaur-3efbbaed0015c13fad42a9048cde4def7123e7d4.tar.gz
Okay, gotta change rel in 2 places too
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a16f584cc4e..09fd81826327 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-sfml-static
pkgdesc = A simple, fast, cross-platform, and object-oriented multimedia API (mingw-w64) (static build)
pkgver = 2.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.sfml-dev.org
arch = any
license = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 57aa507c8224..59df16beb6c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: otreblan <otreblain@gmail.com>
pkgname=mingw-w64-sfml-static
pkgver=2.6.0
-pkgrel=1
+pkgrel=3
pkgdesc="A simple, fast, cross-platform, and object-oriented multimedia API (mingw-w64)"
arch=(any)
url="https://www.sfml-dev.org"