summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-04-29 00:27:43 +0200
committerhaawda2020-04-29 00:27:43 +0200
commit0dde3013e5d57304ef7859d9f7637ccaabab1021 (patch)
tree34c57b1e6c0f093f192fa4f320fdabadabbf4999
parent3bd2b0a8c9603b183d38d10d51251265145f2ee1 (diff)
downloadaur-0dde3013e5d57304ef7859d9f7637ccaabab1021.tar.gz
switch to japanoise repo at github
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb12ca97c1ad..3aa918fb684b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = sandy-git
pkgdesc = An ncurses text editor with an easy-to-read, hackable C source.
- pkgver = 0.5r4.6dcd566
- pkgrel = 4
- url = https://github.com/antics/sandy.git
+ pkgver = 0.6.r166.50204e1
+ pkgrel = 1
+ url = https://github.com/japanoise/sandy.git
arch = i686
arch = x86_64
license = custom:MIT/X
@@ -10,7 +10,7 @@ pkgbase = sandy-git
depends = ncurses
provides = sandy
conflicts = sandy
- source = git+https://github.com/antics/sandy.git
+ source = git+https://github.com/japanoise/sandy.git
md5sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 284cf0a4e206..fe21a4e2e7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: aksr <aksr at t-com dot me>
pkgname=sandy-git
-pkgver=0.5r4.6dcd566
-pkgrel=4
+pkgver=0.6.r166.50204e1
+pkgrel=1
pkgdesc="An ncurses text editor with an easy-to-read, hackable C source."
arch=('i686' 'x86_64')
-url="https://github.com/antics/sandy.git"
+url="https://github.com/japanoise/sandy.git"
license=('custom:MIT/X')
depends=('ncurses')
makedepends=('git')
@@ -19,7 +19,7 @@ sha1sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- printf "%sr%s.%s" "$(awk '/VERSION =/ {print $3}' config.mk)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "%s.r%s.%s" "$(awk '/VERSION =/ {print $3}' config.mk)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {