[arch-commits] Commit in taglib-sharp (repos/community-any/PKGBUILD trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Jan 9 00:58:22 UTC 2018


    Date: Tuesday, January 9, 2018 @ 00:58:20
  Author: bgyorgy
Revision: 280606

Fix missing source

Modified:
  taglib-sharp/repos/community-any/PKGBUILD
  taglib-sharp/trunk/PKGBUILD

------------------------------+
 repos/community-any/PKGBUILD |   13 +++++++------
 trunk/PKGBUILD               |   13 +++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)

Modified: repos/community-any/PKGBUILD
===================================================================
--- repos/community-any/PKGBUILD	2018-01-09 00:37:25 UTC (rev 280605)
+++ repos/community-any/PKGBUILD	2018-01-09 00:58:20 UTC (rev 280606)
@@ -11,21 +11,22 @@
 url="https://github.com/mono/taglib-sharp"
 license=('LGPL2.1')
 depends=('mono')
-source=(http://download.banshee-project.org/taglib-sharp/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('713eb7d3011092a4842d0955776271e5ee7b122d7e3c7c24cffb7f96132e8179')
+source=(https://github.com/mono/taglib-sharp/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec')
 
 prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/gmcs/mcs/' configure{.ac,}
+  cd $pkgname-$pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure.ac
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   ./configure --prefix=/usr --disable-docs
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-09 00:37:25 UTC (rev 280605)
+++ trunk/PKGBUILD	2018-01-09 00:58:20 UTC (rev 280606)
@@ -11,21 +11,22 @@
 url="https://github.com/mono/taglib-sharp"
 license=('LGPL2.1')
 depends=('mono')
-source=(http://download.banshee-project.org/taglib-sharp/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('713eb7d3011092a4842d0955776271e5ee7b122d7e3c7c24cffb7f96132e8179')
+source=(https://github.com/mono/taglib-sharp/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec')
 
 prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/gmcs/mcs/' configure{.ac,}
+  cd $pkgname-$pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure.ac
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   ./configure --prefix=/usr --disable-docs
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list