summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2023-02-13 11:37:01 -0500
committerDylan Delgado2023-02-13 11:37:01 -0500
commit0aa384275b1dfb6db6d5f6c638a82490728982f9 (patch)
tree406bfb87a9482b5c3b11effdc16bc2b355bf5beb
parent2ae229b6fe29d146a43fd27e7dc5c68fa1a71798 (diff)
downloadaur-0aa384275b1dfb6db6d5f6c638a82490728982f9.tar.gz
add ccsieve to package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 049d7f7b4713..48b41306e0d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mtsieve
pkgdesc = Library for sieving various types of numbers
pkgver = 2.4.2.r257
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/mtsieve/
arch = x86_64
license = GPL
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