aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
-rw-r--r--README.md2
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88582506bf0e..89e6c975b774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = tag-ag
pkgdesc = tag: Instantly jump to your ag matches
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aykamko/tag
arch = i686
arch = x86_64
license = MIT
makedepends = go
provides = tag
- source = https://github.com/aykamko/tag/releases/tag/1.0.0.tar.gz
+ source = https://github.com/aykamko/tag/archive/1.0.0.tar.gz
+ sha256sums = ef14e3573f7f108f3f4086b38d0e1c0d9ab9130f88c476de1428bcd6f2c069a8
pkgname = tag-ag
diff --git a/PKGBUILD b/PKGBUILD
index 32031229e6f7..88a223d58e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tag-ag
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='tag: Instantly jump to your ag matches'
arch=('i686' 'x86_64')
url='https://github.com/aykamko/tag'
diff --git a/README.md b/README.md
index ebb6f6e3e4cb..f7196f263899 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ The GitHub repository is a mirror of the `aur.archlinux.org` repository.
This was setup with the following commands:
```bash
-$ git remote set-url origin --add git+ssh://aur@aur.archlinux.org/tag-ag.git
+$ git clone git+ssh://aur@aur.archlinux.org/tag-ag.git
$ git remote set-url origin --add git@github.com:dmarcoux/tag-ag.git
```