summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2023-08-23 23:40:14 +0200
committerCarsten Teibes2023-08-23 23:40:14 +0200
commit71db87f09f50ae4258e6ded17f76e6271d7acfbf (patch)
tree595df0573ff66d3a88da2f26010166cff420b3d9
parentb8daa0944f759f7d6a2d71911928ba406dffa103 (diff)
downloadaur-71db87f09f50ae4258e6ded17f76e6271d7acfbf.tar.gz
[upd] track current stable branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5c5f1654cc1..d2e1d8c27999 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = physfs-git
pkgdesc = A portable, flexible file i/o abstraction (development version)
- pkgver = 3.0.2.r10.g911e253
+ pkgver = 3.2.0.r1.gbfa7997
pkgrel = 1
url = https://icculus.org/physfs/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = physfs-git
makedepends = doxygen
provides = physfs
conflicts = physfs
- source = git+https://github.com/icculus/physfs.git#branch=stable-3.0
+ source = git+https://github.com/icculus/physfs.git#branch=stable-3.2
md5sums = SKIP
pkgname = physfs-git
diff --git a/PKGBUILD b/PKGBUILD
index 76edac976685..4d21890375d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=physfs-git
-pkgver=3.0.2.r10.g911e253
+pkgver=3.2.0.r1.gbfa7997
pkgrel=1
pkgdesc="A portable, flexible file i/o abstraction (development version)"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('zlib')
makedepends=('git' 'cmake' 'ninja' 'doxygen')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("git+https://github.com/icculus/physfs.git#branch=stable-3.0")
+source=("git+https://github.com/icculus/physfs.git#branch=stable-3.2")
md5sums=('SKIP')
pkgver() {