summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfncnt2020-09-22 16:03:34 +0200
committerfncnt2020-09-22 16:03:34 +0200
commite08c4fc74e59255851430a1492413e7cfc373d75 (patch)
tree2125917ea39a5969eedd66c47d222872a9f491e1
parentde4f393b89336b184e00228ad788d8908baaabc4 (diff)
downloadaur-e08c4fc74e59255851430a1492413e7cfc373d75.tar.gz
Fix description.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dcb6c993a96..fd06f68b1bd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = infrared-git
- pkgdesc = Library for uniform sampling of RNA sequences given structural and sequence constraints.
+ pkgdesc = A generic C++/Python hybrid library for efficient (fixed-parameter tractable) Boltzmann sampling.
pkgver = 0.3.r7.gec411b9
pkgrel = 1
url = https://github.com/s-will/Infrared/
diff --git a/PKGBUILD b/PKGBUILD
index 3216528c92ef..24059bf72cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=('infrared-git')
pkgName=('Infrared-git')
pkgver=0.3.r7.gec411b9
pkgrel=1
-pkgdesc="Library for uniform sampling of RNA sequences given structural and sequence constraints."
+pkgdesc="A generic C++/Python hybrid library for efficient (fixed-parameter tractable) Boltzmann sampling."
arch=('x86_64')
url="https://github.com/s-will/Infrared/"
license=('GPL3')