summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2024-05-08 14:51:40 +0100
committerD. Can Celasun2024-05-08 14:51:40 +0100
commitefa924107beb95f0401982d56e2b54465895f275 (patch)
tree69e1e331ba80a5f25ac76d90e1aaf3fb42ae5b60
parent774b5e55d95c44577b4221cee879b7266355d9d9 (diff)
downloadaur-unrpyc.tar.gz
[unrpyc] Switch to dev branch for Python 3.12 compat
See https://github.com/CensoredUsername/unrpyc/issues/225
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5fe5a2b976..638901f46c30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unrpyc
pkgdesc = A ren'py script decompiler
- pkgver = 2.0.1.r1.g11de7c0
+ pkgver = 2.0.1.r11.g1eae493
pkgrel = 1
epoch = 2
url = https://github.com/CensoredUsername/unrpyc
@@ -8,7 +8,7 @@ pkgbase = unrpyc
license = MIT
makedepends = python-setuptools
depends = python
- source = git+https://github.com/CensoredUsername/unrpyc.git
+ source = git+https://github.com/CensoredUsername/unrpyc.git#branch=dev
sha256sums = SKIP
pkgname = unrpyc
diff --git a/PKGBUILD b/PKGBUILD
index 33a4987d7a49..fb837af69d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ezekiel Bethel <mctinfoilball@gmail.com>
pkgname=unrpyc
-pkgver=2.0.1.r1.g11de7c0
+pkgver=2.0.1.r11.g1eae493
pkgrel=1
epoch=2
pkgdesc="A ren'py script decompiler"
@@ -11,7 +11,7 @@ url="https://github.com/CensoredUsername/unrpyc"
license=('MIT')
depends=("python")
makedepends=("python-setuptools")
-source=("git+https://github.com/CensoredUsername/unrpyc.git")
+source=("git+https://github.com/CensoredUsername/unrpyc.git#branch=dev")
sha256sums=('SKIP')
pkgver() {