summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZemrod2021-09-06 18:00:54 +0200
committerZemrod2021-09-06 18:00:54 +0200
commite2e09182f154ad0ac3e3eb17d11e2027301b08eb (patch)
tree1f0c92baaf2c2629e473cec393371f3ea760ab35
parent7c4f56729715e03e3b4ee91dde3e189eeebaae10 (diff)
downloadaur-e2e09182f154ad0ac3e3eb17d11e2027301b08eb.tar.gz
changes in pkgbuild
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18c4726c428f..e4c31066c4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = rawk-git
pkgdesc = a minimal tool inspired by gawks string seperation ability
pkgver = 0.6.8.73.gb14fe60
- pkgrel = 1
- url = https://gitlab.com/Zemrod/rawk
+ pkgrel = 2
+ url = https://github.com/Zemrod/rawk
arch = x86_64
license = MIT
makedepends = rust
@@ -10,8 +10,7 @@ pkgbase = rawk-git
depends = gcc-libs
provides = rawk
conflicts = rawk
- source = git+https://gitlab.com/Zemrod/rawk
+ source = git+https://github.com/Zemrod/rawk
md5sums = SKIP
pkgname = rawk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e08a55a19082..46e283ae82fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_bpn=rawk
pkgname=$_bpn-git
pkgver=0.6.8.73.gb14fe60
-pkgrel=1
+pkgrel=2
pkgdesc="a minimal tool inspired by gawks string seperation ability"
arch=('x86_64')
-url="https://gitlab.com/Zemrod/$_bpn"
+url="https://github.com/Zemrod/$_bpn"
license=('MIT')
depends=('gcc-libs')
makedepends=('rust' 'git')