summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralienzj2022-03-18 22:33:57 +0800
committeralienzj2022-03-18 22:33:57 +0800
commit248b3d76037731eb4eb1ebff292fe04b374ee89d (patch)
treebf95c5429a5560729f85bc912c3fc3633ff097be
parent5e73774652c7e06bd08196ef001434f53ca4eb8a (diff)
downloadaur-248b3d76037731eb4eb1ebff292fe04b374ee89d.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8ea98487939..12f4a9e2bc44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = bioawk-git
pkgdesc = BWK awk modified for biological data
pkgver = 1.0.0.r51.fd40150
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lh3/bioawk
arch = i686
arch = x86_64
license = GPL
provides = bioawk
conflicts = bioawk
- source = git://github.com/lh3/bioawk.git
+ source = git+https://github.com/lh3/bioawk.git
md5sums = SKIP
pkgname = bioawk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d9bae4bb28a4..7fd2cb139eff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: alienzj <lovelornpig@gmail.com>
+# Maintainer: alienzj <alienchuj@gmail.com>
pkgname=bioawk-git
pkgver=1.0.0.r51.fd40150
-pkgrel=1
+pkgrel=2
pkgdesc="BWK awk modified for biological data"
arch=('i686' 'x86_64')
url="https://github.com/lh3/bioawk"
license=('GPL')
provides=("bioawk")
conflicts=("bioawk")
-source=("git://github.com/lh3/bioawk.git")
+source=("git+https://github.com/lh3/bioawk.git")
md5sums=('SKIP')
prepare() {