summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2023-02-13 11:37:01 -0500
committerDylan Delgado2023-02-13 11:37:01 -0500
commit0aa384275b1dfb6db6d5f6c638a82490728982f9 (patch)
tree406bfb87a9482b5c3b11effdc16bc2b355bf5beb /PKGBUILD
parent2ae229b6fe29d146a43fd27e7dc5c68fa1a71798 (diff)
downloadaur-0aa384275b1dfb6db6d5f6c638a82490728982f9.tar.gz
add ccsieve to package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3010433dd962..5d0d5b3b43fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mtsieve
pkgver=2.4.2.r257
-pkgrel=1
+pkgrel=2
pkgdesc='Library for sieving various types of numbers'
url='https://sourceforge.net/projects/mtsieve/'
license=('GPL')
@@ -41,6 +41,7 @@ package() {
cd "${srcdir}/${pkgname}-svn"
install -Dm755 afsieve "${pkgdir}"/usr/bin/afsieve
install -Dm755 afsievecl "${pkgdir}"/usr/bin/afsievecl
+ install -Dm755 ccsieve "${pkgdir}"/usr/bin/ccsieve
install -Dm755 cksieve "${pkgdir}"/usr/bin/cksieve
install -Dm755 dmdsieve "${pkgdir}"/usr/bin/dmdsieve
install -Dm755 gcwsieve "${pkgdir}"/usr/bin/gcwsieve