summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2093a0bc0915..b3dcc128472a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aegisub-yutils
pkgdesc = Yutils library for the Aegisub Automation interface
- pkgver = v2015.01.17
+ pkgver = 2023.06.25
pkgrel = 2
- url = https://github.com/Youka/Yutils
+ url = https://github.com/TypesettingTools/Yutils
arch = i686
arch = x86_64
license = MIT
depends = aegisub
- source = Yutils-v2015.01.17.lua::https://github.com/Youka/Yutils/raw/370bee406a55966e3e4426a0fdac82b78a02a721/src/Yutils.lua
- sha256sums = 45c199bf3e4897a0fca5dfc21a7e53da14ea9ee757c7d919145cab2324200a39
+ source = Yutils-2023.06.25.lua::https://github.com/TypesettingTools/Yutils/raw/91a4ac771b08ecffdcc8c084592286961d99c5f2/src/Yutils.lua
+ sha256sums = fee7110bd3051a6510bec611fe7634003f32c5e50d7b5503b52530dec94b2a7e
pkgname = aegisub-yutils
diff --git a/PKGBUILD b/PKGBUILD
index def2db0d7528..747085aac840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: FichteFoll <fichtefoll2@googlemail.com>
pkgname=aegisub-yutils
-pkgver=v2015.01.17
+pkgver=2023.06.25
pkgrel=2
pkgdesc="Yutils library for the Aegisub Automation interface"
arch=('i686' 'x86_64')
-url="https://github.com/Youka/Yutils"
+url="https://github.com/TypesettingTools/Yutils"
license=('MIT')
depends=('aegisub')
-# https://github.com/Youka/Yutils/blob/370bee406a/src/Yutils.lua
-source=("Yutils-${pkgver}.lua::https://github.com/Youka/Yutils/raw/370bee406a55966e3e4426a0fdac82b78a02a721/src/Yutils.lua")
-sha256sums=('45c199bf3e4897a0fca5dfc21a7e53da14ea9ee757c7d919145cab2324200a39')
+# https://github.com/TypesettingTools/Yutils/blob/91a4ac771b08ecffdcc8c084592286961d99c5f2/src/Yutils.lua
+source=("Yutils-${pkgver}.lua::https://github.com/TypesettingTools/Yutils/raw/91a4ac771b08ecffdcc8c084592286961d99c5f2/src/Yutils.lua")
+sha256sums=('fee7110bd3051a6510bec611fe7634003f32c5e50d7b5503b52530dec94b2a7e')
package() {