Package Details: stenc 2.0.1-1

Git Clone URL: https://aur.archlinux.org/stenc.git (read-only, click to copy)
Package Base: stenc
Description: SCSI Tape Encryption Manager
Upstream URL: https://github.com/scsitape/stenc
Licenses: GPLv2
Submitter: fukawi2
Maintainer: NilsBrause
Last Packager: NilsBrause
Votes: 1
Popularity: 0.000000
First Submitted: 2013-12-20 00:58 (UTC)
Last Updated: 2026-07-04 12:36 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

nradchenko commented on 2026-05-04 16:16 (UTC)

Please update PKGBUILD to build 2.0.1:

pkgname=stenc
pkgver=2.0.1
pkgrel=1
pkgdesc="SCSI Tape Encryption Manager"
arch=('i686' 'x86_64')
license=('GPLv2')
url="https://github.com/scsitape/stenc"
source=("https://github.com/scsitape/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('f4ce697328bf49ec139e3467ae2ca3fbb90fc0b48ff78269339a585f672b15a8d233c6fd44f67c49d31e7717692341a923e87ab852c7bdb95f8f0276186fcc9f')
makedepends=('pandoc')

build() {
  cd "$srcdir"/$pkgname-$pkgver

  autoreconf --install
  ./configure \
    --prefix=/usr \
    --sysconfdir=/etc
  make
}

package() {
  cd "$srcdir"/$pkgname-$pkgver

  make DESTDIR="$pkgdir" install
}

konstmonst commented on 2024-12-25 04:44 (UTC)

Worked for me @NilsBrause, thank you. I also think you should replace "depends" with "makedepends" because pandoc is not needed for running and it saves around 400 MB of Haskell.

NilsBrause commented on 2023-10-06 16:24 (UTC) (edited on 2023-10-06 16:32 (UTC) by NilsBrause)

Please update the package. stenc 2.0.0 has been released on May 14th.

Suggested PKGBUILD:

pkgname=stenc
pkgver=2.0.0
pkgrel=1
pkgdesc="SCSI Tape Encryption Manager"
arch=('i686' 'x86_64')
license=('GPLv2')
url="https://github.com/scsitape/stenc"
source=("https://github.com/scsitape/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('9dcdcff547d8f0d1fd99eaaf54812e47ca5a3f4e56befe11d7e32919bc7caa968476f0f082925c86be1e9892369cec26125be089bf11f29c87ca63b3614ebffe')
depends=('pandoc')

build() {
  cd "$srcdir"/$pkgname-$pkgver

  autoreconf --install
  ./configure \
    --prefix=/usr \
    --sysconfdir=/etc
  make
}

package() {
  cd "$srcdir"/$pkgname-$pkgver

  make DESTDIR="$pkgdir" install
}

fukawi2 commented on 2020-09-29 02:01 (UTC)

Disowned.

fukawi2 commented on 2018-10-03 04:33 (UTC)

Thanks, updated.

Darkimmortal commented on 2018-09-24 15:27 (UTC)

New URL: https://github.com/scsitape/${pkgname}/archive/${pkgver}.tar.gz

MD5 sum has also changed from previous 1.0.7 package