summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-02 06:01:09 +0000
committerBioArchLinuxBot2023-04-02 06:01:09 +0000
commit8a3e46840871b07c6c5614e2eb82213c0547d982 (patch)
treedd883cddd9a521a8741779fcb26823b496932a00
parent27eef6e100d56aaf958d7bd94ee2f809060c0b4d (diff)
downloadaur-8a3e46840871b07c6c5614e2eb82213c0547d982.tar.gz
[lilac] updated to 1.4.4-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--lilac.yaml13
3 files changed, 2 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 765aee667a45..46af9b2841f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = codonw
pkgdesc = Multivariate analysis (correspondence analysis) of codon and amino acid usage
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://codonw.sourceforge.net/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 021f7ef03e5a..c0bea69addad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=codonw
_pkgname=codonW
pkgver=1.4.4
_pkgver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
pkgdesc="Multivariate analysis (correspondence analysis) of codon and amino acid usage"
arch=(x86_64)
url="https://codonw.sourceforge.net/"
diff --git a/lilac.yaml b/lilac.yaml
deleted file mode 100644
index 45a23c7ed447..000000000000
--- a/lilac.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-build_prefix: extra-x86_64
-maintainers:
- - github: kbipinkumar
- email: kbipinkumar@pm.me
-pre_build_script: |
- update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
- run_cmd(['updpkgsums'])
-post_build_script: |
- git_pkgbuild_commit()
-update_on:
-- regex: 'SourceCode-(\d+.\d+.\d+)'
- source: regex
- url: https://sourceforge.net/projects/codonw/files/codonw/ \ No newline at end of file