summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Glöckner2020-02-08 04:35:40 +0100
committerSeverin Glöckner2020-02-08 04:35:40 +0100
commit5363d5f632db3ca5b45e1a6b9d6a53ef53731bdb (patch)
tree9ae6c48a3085a96f2a0b2acdf884a828f07e89ca
parente6880fc5eba971dbe9440ebb39aa3dbfabc77d34 (diff)
downloadaur-5363d5f632db3ca5b45e1a6b9d6a53ef53731bdb.tar.gz
one more link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e8dc6f202d..d93d713b80d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-graphics
pkgdesc = Graphics library from OCaml
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml/graphics
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index b4ba41db659b..da2043486d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# v5.1.0 requires dune 2.0 to be in the Arch repository
pkgname=ocaml-graphics
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Graphics library from OCaml"
arch=('x86_64')
url="https://github.com/ocaml/graphics"
@@ -39,7 +39,7 @@ package() {
# unfortunately, the files won't be found in the subfolder. Linking them
cd "${pkgdir}/usr/lib/ocaml/"
- for file in graphics/graphics*
+ for file in graphics/*graphics*
do
ln -s graphics/$(basename "$file") $(basename "$file")
done