summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiki Sugawara2020-10-27 10:56:23 +0900
committerTaiki Sugawara2020-10-27 10:57:26 +0900
commit11bab62a72b1f8fb4b3b9e7bf5eed3beb0638f1c (patch)
treef3151d85007f0eb5c40376a049684d2b2ef89799
parent71fa11a381d441a7faed9ebb7f24ccbbd89b6116 (diff)
downloadaur-11bab62a72b1f8fb4b3b9e7bf5eed3beb0638f1c.tar.gz
use oshiri branch explicitly
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4753816dd6d5..6a0b6ced0b31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = super_unko-git
pkgdesc = Super Unko project is the one of the awesome, clean and sophisticated OSS project in the world.
- pkgver = r226.60c8880
- pkgrel = 2
+ pkgver = r387.9a67239
+ pkgrel = 1
url = https://github.com/unkontributors/super_unko
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = super_unko-git
optdepends = bc: for unko.puzzle
optdepends = cowsay: for unko.think
provides = super_unko
- source = super_unko::git+https://github.com/unkontributors/super_unko.git
+ source = super_unko::git+https://github.com/unkontributors/super_unko.git#branch=oshiri
sha1sums = SKIP
pkgname = super_unko-git
diff --git a/PKGBUILD b/PKGBUILD
index 0e77ab053189..62275210c708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Taiki Sugawara <buzz.taiki@gmail.com>
_pkgname=super_unko
pkgname=$_pkgname-git
-pkgver=r226.60c8880
-pkgrel=2
+pkgver=r387.9a67239
+pkgrel=1
pkgdesc="Super Unko project is the one of the awesome, clean and sophisticated OSS project in the world."
arch=('i686' 'x86_64')
url="https://github.com/unkontributors/super_unko"
@@ -14,7 +14,7 @@ optdepends=('toilet: for unko.toilet'
'bc: for unko.puzzle'
'cowsay: for unko.think')
provides=(super_unko)
-source=("$_pkgname::git+https://github.com/unkontributors/super_unko.git")
+source=("$_pkgname::git+https://github.com/unkontributors/super_unko.git#branch=oshiri")
sha1sums=('SKIP')
pkgver() {