Skip to content

Instantly share code, notes, and snippets.

@codl
Created April 23, 2016 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codl/88e406c8f51d7b708fd739b67a951e7a to your computer and use it in GitHub Desktop.
Save codl/88e406c8f51d7b708fd739b67a951e7a to your computer and use it in GitHub Desktop.
#!/bin/patch PKGBUILD
42c42
< _ver="$(cat CMakeLists.txt | grep -m3 -e CALLIGRA_STABLE_VERSION_MAJOR -e CALLIGRA_STABLE_VERSION_MINOR -e CALLIGRA_VERSION_RELEASE | cut -d ')' -f1 | grep -o "[[:digit:]]*" | paste -sd'.')"
---
> _ver="$(cat CMakeLists.txt | grep -m3 -e KRITA_STABLE_VERSION_MAJOR -e KRITA_STABLE_VERSION_MINOR -e KRITA_VERSION_RELEASE | cut -d ')' -f1 | grep -o "[[:digit:]]*" | paste -sd'.')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment