summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Kamm2019-12-21 22:40:12 -0800
committerJack Kamm2019-12-21 22:40:12 -0800
commit4d25801c88930249098afc6add421a6526ed3d81 (patch)
treed1e30b77614145d255a0b14a8d4a8207fd5a058d
parent96ebb7fc9b32fcaa5b44c14319d5818325890553 (diff)
downloadaur-4d25801c88930249098afc6add421a6526ed3d81.tar.gz
Ensure source filename is unique
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1a58dba3fb4..8b1c568368d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biosyntax-less-git
pkgdesc = Syntax Highlighting for Computational Biology, less plugin
pkgver = 1.0.0.r11.g5705f0c
- pkgrel = 1
+ pkgrel = 2
url = https://biosyntax.org/
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = biosyntax-less-git
makedepends = git
depends = less
depends = source-highlight
- source = biosyntax-git::git://github.com/bioSyntax/bioSyntax.git
+ source = biosyntax-less-git::git://github.com/bioSyntax/bioSyntax.git
md5sums = SKIP
pkgname = biosyntax-less-git
diff --git a/PKGBUILD b/PKGBUILD
index ceaaa94877d8..556b01516d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jack Kamm <jackkamm at gmail dot com>
pkgname=biosyntax-less-git
pkgver=1.0.0.r11.g5705f0c
-pkgrel=1
+pkgrel=2
pkgdesc="Syntax Highlighting for Computational Biology, less plugin"
arch=('any')
url="https://biosyntax.org/"
license=('GPL3')
depends=('less' 'source-highlight')
makedepends=('sed' 'git')
-source=("biosyntax-git::git://github.com/bioSyntax/bioSyntax.git")
+source=("biosyntax-less-git::git://github.com/bioSyntax/bioSyntax.git")
md5sums=('SKIP')
pkgver() {