]> wimlib.net Git - wimlib/blobdiff - tools/update-version
Remove Arch Linux PKGBUILD
[wimlib] / tools / update-version
index 401e93eaf0ad3159d5b96fd28d6db78f07f5ab0e..99f7b74dacae27bece918d44d72f872ac91eb1f7 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.10\.0'
-oldmonth=August
-oldyear=2016
+oldver='1\.11\.0'
+oldmonth=January
+oldyear=2017
 
 newmajor=1
-newminor=11
+newminor=12
 newpatch=0
-newmonth=January
+newmonth=July
 newyear=2017
 
 
@@ -26,8 +26,6 @@ sed -i -e 's/\(#define WIMLIB_MAJOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newm
 sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/;1s/wimlib $oldver/wimlib $newver/"        \
          doc/man[1-9]/*.[1-9]
 
-sed -i "s/pkgver=$oldver/pkgver=$newver/" archlinux/PKGBUILD
-
 sed -i "1i\\
 wimlib ($newver-1) unstable; urgency=low\\
 \\