summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-07-01 10:23:29 +0200
committera8212022-07-01 10:23:29 +0200
commit8f874aded150b0cd30df64cd1d8ee891b64b4516 (patch)
tree82ae173a168c417d8b1ba0f3fe3065e0ad06a23b
parent8f9b1770ae638de398f55ac78764c39aa7600dc8 (diff)
downloadaur-8f874aded150b0cd30df64cd1d8ee891b64b4516.tar.gz
Fix URL; .gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b0e9589f0f..4bb9b62b1a8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bowtie
pkgdesc = Alignment tool for short nucleotide sequences against long templates
pkgver = 1.3.1
pkgrel = 1
- url = https://bowtie-bio.sf.net
+ url = http://bowtie-bio.sourceforge.net
arch = x86_64
arch = i686
license = Artistic2.0
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1970994f527a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!/.SRCINFO
+!/.gitignore
+!/PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 2c48e2593d08..f499d9f5c5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=bowtie
pkgver=1.3.1
pkgrel=1
pkgdesc="Alignment tool for short nucleotide sequences against long templates"
-url="https://bowtie-bio.sf.net"
+url="http://bowtie-bio.sourceforge.net"
arch=('x86_64' 'i686')
license=('Artistic2.0')
depends=('python' 'perl')