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

2020-11-14 Thread Alad Wenter via arch-commits
Date: Saturday, November 14, 2020 @ 16:06:53
  Author: alad
Revision: 754128

upgpkg: wimlib 1.13.3-1

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-14 16:04:41 UTC (rev 754127)
+++ PKGBUILD2020-11-14 16:06:53 UTC (rev 754128)
@@ -2,7 +2,7 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.13.2
+pkgver=1.13.3
 pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'cabextract: for extracting Windows PE from the WAIK')
 provides=('libwim.so')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7295be7ef00d265aef4090c9d26af82097db651c5f8399db9d44c60f47f5a945')
+sha256sums=('8a0741d07d9314735b040cea6168f6daf1ac1c72d350d703f286b118135dfa7e')
 
 build() {
 cd "$pkgname-$pkgver"


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

2020-10-17 Thread Frederik Schwan via arch-commits
Date: Sunday, October 18, 2020 @ 00:34:25
  Author: freswa
Revision: 725845

upgpkg: wimlib 1.13.2-1

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-18 00:34:10 UTC (rev 725844)
+++ PKGBUILD2020-10-18 00:34:25 UTC (rev 725845)
@@ -2,8 +2,8 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.13.1
-pkgrel=2
+pkgver=1.13.2
+pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
 url='https://wimlib.net'
@@ -14,8 +14,9 @@
 'mtools: for making disk image of Windows PE' 
 'syslinux: for making disk image of Windows PE'
 'cabextract: for extracting Windows PE from the WAIK')
+provides=('libwim.so')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('47f4bc645c1b6ee15068d406a90bb38aec816354e140291ccb01e536f2cdaf5f')
+sha256sums=('7295be7ef00d265aef4090c9d26af82097db651c5f8399db9d44c60f47f5a945')
 
 build() {
 cd "$pkgname-$pkgver"


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:14:42
  Author: felixonmars
Revision: 659177

upgpkg: wimlib 1.13.1-2: reproducibility rebuild

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:13:48 UTC (rev 659176)
+++ PKGBUILD2020-07-07 16:14:42 UTC (rev 659177)
@@ -3,7 +3,7 @@
 
 pkgname=wimlib
 pkgver=1.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
 url='https://wimlib.net'


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:40:08
  Author: alad
Revision: 495652

upgpkg: wimlib 1.13.1-1

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:39:55 UTC (rev 495651)
+++ PKGBUILD2019-07-31 16:40:08 UTC (rev 495652)
@@ -2,7 +2,7 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'syslinux: for making disk image of Windows PE'
 'cabextract: for extracting Windows PE from the WAIK')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('51d92cafaae0180c7a91b50620f86ffbcec6d6aef360d38dd47e274e65d7970b')
+sha256sums=('47f4bc645c1b6ee15068d406a90bb38aec816354e140291ccb01e536f2cdaf5f')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-01-06 Thread Alad Wenter via arch-commits
Date: Sunday, January 6, 2019 @ 21:13:13
  Author: alad
Revision: 420760

upgpkg: wimlib 1.13.0-1

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-06 21:10:16 UTC (rev 420759)
+++ PKGBUILD2019-01-06 21:13:13 UTC (rev 420760)
@@ -2,8 +2,8 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.12.0
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
 url='https://wimlib.net'
@@ -15,7 +15,7 @@
 'syslinux: for making disk image of Windows PE'
 'cabextract: for extracting Windows PE from the WAIK')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f')
+sha256sums=('51d92cafaae0180c7a91b50620f86ffbcec6d6aef360d38dd47e274e65d7970b')
 
 build() {
 cd "$pkgname-$pkgver"


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

2018-04-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 4, 2018 @ 06:53:21
  Author: bpiotrowski
Revision: 314094

1.12.0-2: rebuild due to Alad's key revocation

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-04 06:53:17 UTC (rev 314093)
+++ PKGBUILD2018-04-04 06:53:21 UTC (rev 314094)
@@ -4,7 +4,7 @@
 
 pkgname=wimlib
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
 url='https://wimlib.net'


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

2017-10-15 Thread Alad Wenter
Date: Sunday, October 15, 2017 @ 21:13:52
  Author: alad
Revision: 262998

upgpkg: wimlib 1.12.0-1

Update to 1.12.0

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 21:07:48 UTC (rev 262997)
+++ PKGBUILD2017-10-15 21:13:52 UTC (rev 262998)
@@ -3,8 +3,8 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.12.0
+pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('i686' 'x86_64')
 url='https://wimlib.net'
@@ -16,7 +16,7 @@
 'syslinux: for making disk image of Windows PE'
 'cabextract: for extracting Windows PE from the WAIK')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
+sha256sums=('852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f')
 
 build() {
 cd "$pkgname-$pkgver"


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:48:52
  Author: alad
Revision: 262812

SVN tags

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:48:07 UTC (rev 262811)
+++ PKGBUILD2017-10-14 21:48:52 UTC (rev 262812)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Eric Biggers