[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 12:01:52
  Author: foutrelis
Revision: 400504

upgpkg: volume_key 0.3.12-5: Python 3.9 rebuild

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 11:59:37 UTC (rev 400503)
+++ PKGBUILD2020-11-12 12:01:52 UTC (rev 400504)
@@ -2,7 +2,7 @@
 
 pkgname=volume_key
 pkgver=0.3.12
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 18:18:28
  Author: foutrelis
Revision: 399874

upgpkg: volume_key 0.3.12-4: Python 3.9 rebuild

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 18:17:01 UTC (rev 399873)
+++ PKGBUILD2020-11-09 18:18:28 UTC (rev 399874)
@@ -2,7 +2,7 @@
 
 pkgname=volume_key
 pkgver=0.3.12
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 09:55:55
  Author: felixonmars
Revision: 383988

upgpkg: volume_key 0.3.12-3: reproducibility rebuild

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 09:55:53 UTC (rev 383987)
+++ PKGBUILD2020-05-16 09:55:55 UTC (rev 383988)
@@ -2,7 +2,7 @@
 
 pkgname=volume_key
 pkgver=0.3.12
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2019-11-08 Thread Antonio Rojas via arch-commits
Date: Friday, November 8, 2019 @ 19:40:21
  Author: arojas
Revision: 367219

Update to 0.3.12

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 18:55:10 UTC (rev 367218)
+++ PKGBUILD2019-11-08 19:40:21 UTC (rev 367219)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=volume_key
-pkgver=0.3.11
-pkgrel=4
+pkgver=0.3.12
+pkgrel=1
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;
@@ -10,25 +10,24 @@
 depends=('cryptsetup' 'nss' 'gpgme')
 makedepends=('python' 'swig')
 optdepends=('python: for python bindings')
-source=("https://github.com/felixonmars/volume_key/archive/volume_key-$pkgver.tar.gz;)
-sha512sums=('594995cda12562a6beb6a404e2d6a152fcca6c08c1c6eae4d3c7ded8b4a55d43ddef1e45956075c7168c5f4919e38c87f79caf1af4e9cbc371eabc5228259f07')
+source=("https://releases.pagure.org/volume_key/volume_key-$pkgver.tar.xz;)
+sha512sums=('d056154c9b9d23e4eb661946dd59ed97e116903a3afcff9d9e29258408082f33dcbb69958724143f6bf191a3da488a03b6c02af287790990ed6459e29d66553c')
 
 prepare() {
-  cd "$srcdir"/volume_key-volume_key-$pkgver
+  cd $pkgname-$pkgver
   
-  autoreconf -i
-
   find . -name ".pyc" -delete
 }
 
 build() {
-  cd "$srcdir"/volume_key-volume_key-$pkgver
+  cd $pkgname-$pkgver
+  export CFLAGS+=" $(python3-config --includes)"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir"/volume_key-volume_key-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   sed -i '/#include /d' 
"$pkgdir"/usr/include/volume_key/libvolume_key.h
 }


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2019-11-08 Thread Antonio Rojas via arch-commits
Date: Friday, November 8, 2019 @ 19:41:29
  Author: arojas
Revision: 367221

python 3.8 rebuild

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-08 19:40:43 UTC (rev 367220)
+++ PKGBUILD2019-11-08 19:41:29 UTC (rev 367221)
@@ -2,7 +2,7 @@
 
 pkgname=volume_key
 pkgver=0.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2019-11-03 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 3, 2019 @ 22:07:57
  Author: foutrelis
Revision: 366627

Python 3.8 rebuild

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 22:07:30 UTC (rev 366626)
+++ PKGBUILD2019-11-03 22:07:57 UTC (rev 366627)
@@ -2,7 +2,7 @@
 
 pkgname=volume_key
 pkgver=0.3.11
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2019-10-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 15:08:10
  Author: foutrelis
Revision: 365862

Python 3.8 rebuild

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 15:04:14 UTC (rev 365861)
+++ PKGBUILD2019-10-26 15:08:10 UTC (rev 365862)
@@ -2,7 +2,7 @@
 
 pkgname=volume_key
 pkgver=0.3.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2018-07-31 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 31, 2018 @ 20:25:39
  Author: foutrelis
Revision: 329877

Python 3.7 rebuild

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-31 20:10:03 UTC (rev 329876)
+++ PKGBUILD2018-07-31 20:25:39 UTC (rev 329877)
@@ -3,7 +3,7 @@
 
 pkgname=volume_key
 pkgver=0.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2018-07-17 Thread Felix Yan via arch-commits
Date: Wednesday, July 18, 2018 @ 02:14:11
  Author: felixonmars
Revision: 328940

upgpkg: volume_key 0.3.11-1

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 02:04:10 UTC (rev 328939)
+++ PKGBUILD2018-07-18 02:14:11 UTC (rev 328940)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=volume_key
-pkgver=0.3.10
+pkgver=0.3.11
 pkgrel=1
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
@@ -9,10 +9,10 @@
 url="https://pagure.io/volume_key;
 license=('GPL')
 depends=('cryptsetup' 'nss' 'gpgme')
-makedepends=('python2' 'swig')
-optdepends=('python2: for python2 bindings')
+makedepends=('python' 'swig')
+optdepends=('python: for python bindings')
 
source=("https://github.com/felixonmars/volume_key/archive/volume_key-$pkgver.tar.gz;)
-sha512sums=('1c15bce7ccffc1da6edcb7a5643d84723a23e7fbee2ba4f700ef535ba1f4cdc3f8ea384dd86ea4916b7194f7ce86499a75e6157070b530118c8e0c7250782ef7')
+sha512sums=('594995cda12562a6beb6a404e2d6a152fcca6c08c1c6eae4d3c7ded8b4a55d43ddef1e45956075c7168c5f4919e38c87f79caf1af4e9cbc371eabc5228259f07')
 
 prepare() {
   cd "$srcdir"/volume_key-volume_key-$pkgver


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2017-11-15 Thread Felix Yan
Date: Wednesday, November 15, 2017 @ 16:20:27
  Author: felixonmars
Revision: 310010

upgpkg: volume_key 0.3.9-4

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-15 15:40:25 UTC (rev 310009)
+++ PKGBUILD2017-11-15 16:20:27 UTC (rev 310010)
@@ -3,12 +3,12 @@
 
 pkgname=volume_key
 pkgver=0.3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;
 license=('GPL')
-depends=('cryptsetup' 'nss' 'gpgme' 'python')
+depends=('cryptsetup' 'nss' 'gpgme' 'python2')
 makedepends=('swig')
 
source=("https://github.com/felixonmars/volume_key/archive/volume_key-$pkgver.tar.gz;)
 
sha512sums=('f013cecee09429a1bcabcce0ec1e9c531fa396a1233f90f1f09272dd8a2e3a0e013eb2f3fb5c215abb15225445feb05cee175a06f06ae5e0220cc953ab80a027')
@@ -15,7 +15,6 @@
 
 prepare() {
   cd "$srcdir"/volume_key-volume_key-$pkgver
-  sed -e 's/-lpython\$(PYTHON_VERSION)/-lpython$(PYTHON_VERSION)m/' -i 
Makefile.am
   autoreconf -i
 
   find . -name ".pyc" -delete
@@ -24,7 +23,7 @@
 build() {
   cd "$srcdir"/volume_key-volume_key-$pkgver
   ./configure --prefix=/usr
-  make PYTHON_CPPFLAGS="$(pkg-config --cflags python3)"
+  make
 }
 
 package() {


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2017-06-06 Thread Christian Hesse
Date: Tuesday, June 6, 2017 @ 18:12:18
  Author: eworm
Revision: 298099

upgpkg: volume_key 0.3.9-3

We had volume_key 0.3.9-2 in AUR, so bump pkgrel.

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-06 18:01:58 UTC (rev 298098)
+++ PKGBUILD2017-06-06 18:12:18 UTC (rev 298099)
@@ -3,7 +3,7 @@
 
 pkgname=volume_key
 pkgver=0.3.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('i686' 'x86_64')
 url="https://pagure.io/volume_key;


[arch-commits] Commit in volume_key/trunk (PKGBUILD)

2017-06-06 Thread Felix Yan
Date: Tuesday, June 6, 2017 @ 17:34:20
  Author: felixonmars
Revision: 298094

upgpkg: volume_key 0.3.9-2

fix broken includes

Modified:
  volume_key/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-06 17:33:59 UTC (rev 298093)
+++ PKGBUILD2017-06-06 17:34:20 UTC (rev 298094)
@@ -3,7 +3,7 @@
 
 pkgname=volume_key
 pkgver=0.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('i686' 'x86_64')
 url="https://pagure.io/volume_key;
@@ -30,4 +30,5 @@
 package() {
   cd "$srcdir"/volume_key-volume_key-$pkgver
   make DESTDIR="$pkgdir" install
+  sed -i '/#include /d' 
"$pkgdir"/usr/include/volume_key/libvolume_key.h
 }