Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
coin-or-data-sample


Commits:
75464172 by Antonio Rojas at 2024-07-01T22:57:08+02:00
upgpkg: 1.2.12-2: Rebuild for missing .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = coin-or-data-sample
+       pkgdesc = COIN-OR Sample data
+       pkgver = 1.2.12
+       pkgrel = 2
+       url = https://github.com/coin-or-tools/Data-Sample
+       arch = any
+       groups = coin-or
+       license = EPL-1.0
+       makedepends = git
+       source = 
git+https://github.com/coin-or-tools/Data-Sample#tag=releases/1.2.12
+       sha256sums = 
d447105b1e7b08fd5d4bc872150215e954510666cbc616b3acdfd48435463e11
+
+pkgname = coin-or-data-sample


=====================================
PKGBUILD
=====================================
@@ -2,25 +2,24 @@
 
 pkgname=coin-or-data-sample
 pkgver=1.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='COIN-OR Sample data'
 arch=(any)
 url='https://github.com/coin-or-tools/Data-Sample'
-license=(EPL)
+license=(EPL-1.0)
 depends=()
-makedepends=()
+makedepends=(git)
 groups=(coin-or)
-source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or-tools/Data-Sample/archive/refs/tags/releases/$pkgver.tar.gz)
-sha256sums=('e9e67c04adfbd85523890b346326b106075df615e922c229277e138dbcb77e64')
+source=(git+https://github.com/coin-or-tools/Data-Sample#tag=releases/$pkgver)
+sha256sums=('d447105b1e7b08fd5d4bc872150215e954510666cbc616b3acdfd48435463e11')
 
 build() {
-  cd Data-Sample-releases-$pkgver
-
+  cd Data-Sample
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd Data-Sample-releases-$pkgver
+  cd Data-Sample
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-data-sample/-/commit/754641726458050d26259622b005a4611b4c5eb9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coin-or-data-sample/-/commit/754641726458050d26259622b005a4611b4c5eb9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to