summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise2018-04-25 22:31:21 +0200
committerLouise2018-04-25 22:31:21 +0200
commit854fec4ae2c0db21c775cfb927826c1e477e7040 (patch)
tree28b43fa50c0294b6d72757e250f174e822943f6a
parentce8dd1cc27153db8a1a6e7a5474049b33d693508 (diff)
downloadaur-854fec4ae2c0db21c775cfb927826c1e477e7040.tar.gz
r32 -> r43
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19354a236063..31c09f2c8534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gint-git
pkgdesc = Gint and a libc for the Casio fx9860 calculators
- pkgver = r32.49df2a5
- pkgrel = 3
+ pkgver = r43.ab1baf5
+ pkgrel = 1
arch = i686
arch = x86_64
depends = fxsdk
depends = sh3eb-elf-binutils
depends = sh3eb-elf-gcc
options = !strip
- source = git+http://git.planet-casio.com/lephe/gint.git
+ source = git+http://git.planet-casio.com/CoiledSpring/gint.git#branch=dev
md5sums = SKIP
pkgname = gint-git
diff --git a/PKGBUILD b/PKGBUILD
index 812cdfe33f53..32a76239234b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Packager : Jules Roumieux
basename="gint"
pkgname="$basename-git"
-pkgver=r32.49df2a5
-pkgrel=3
+pkgver=r43.ab1baf5
+pkgrel=1
pkgdesc="Gint and a libc for the Casio fx9860 calculators"
arch=("i686" "x86_64")
depends=("fxsdk" "sh3eb-elf-binutils" "sh3eb-elf-gcc")
options=(!strip)
-source=("git+http://git.planet-casio.com/lephe/$basename.git")
+source=("git+http://git.planet-casio.com/CoiledSpring/$basename.git#branch=dev")
md5sums=("SKIP")
pkgver() {