Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • archlinux/packaging/packages/gnote
1 result
Show changes
Commits on Source (2)
pkgbase = gnote
pkgdesc = A note taking application
pkgver = 47.2
pkgver = 48beta
pkgrel = 1
url = https://wiki.gnome.org/Apps/Gnote
arch = x86_64
......@@ -25,7 +25,7 @@ pkgbase = gnote
depends = pango
depends = pangomm-2.48
depends = util-linux-libs
source = git+https://gitlab.gnome.org/GNOME/gnote.git#tag=47.2
b2sums = 2076de3b69c1722a87d1ad2e420ab353a146f1598ccad3c737f057c88da1382facb0b42f98b113accebdd28d04909a0fd58a8c048ec9a320a3eb89387337552d
source = git+https://gitlab.gnome.org/GNOME/gnote.git#tag=48.beta
b2sums = e4ae24a413a252f8a3f755c6461c5baa25cb5d2baf06d07041b598b99990c1c39f5bdeba007baadb9c1a7412dc7e69ca2f9b1190d6e8b46e02e5878f208f4ce9
pkgname = gnote
[gnote]
source = "git"
git = "https://gitlab.gnome.org/GNOME/gnote.git"
include_regex = '\d+(\.\d+)*'
# include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])'
to_pattern = '\1'
......@@ -4,7 +4,7 @@
# Contributor: uastasi <uastasi@archlinux.us>
pkgname=gnote
pkgver=47.2
pkgver=48beta
pkgrel=1
pkgdesc="A note taking application"
url="https://wiki.gnome.org/Apps/Gnote"
......@@ -35,7 +35,7 @@ makedepends=(
yelp-tools
)
source=("git+https://gitlab.gnome.org/GNOME/gnote.git#tag=${pkgver/[a-z]/.&}")
b2sums=('2076de3b69c1722a87d1ad2e420ab353a146f1598ccad3c737f057c88da1382facb0b42f98b113accebdd28d04909a0fd58a8c048ec9a320a3eb89387337552d')
b2sums=('e4ae24a413a252f8a3f755c6461c5baa25cb5d2baf06d07041b598b99990c1c39f5bdeba007baadb9c1a7412dc7e69ca2f9b1190d6e8b46e02e5878f208f4ce9')
prepare() {
cd gnote
......