Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
3.44.1-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@440439 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig committed Mar 21, 2022
1 parent 0d0ba16 commit 3755074
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions alacarte/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# Contributor: pressh <[email protected]>

pkgname=alacarte
pkgver=3.42.0
pkgrel=2
pkgver=3.44.1
pkgrel=1
epoch=1
pkgdesc="Menu editor for gnome"
url="https://gitlab.gnome.org/GNOME/alacarte"
arch=(any)
license=(LGPL)
depends=(gnome-menus python-gobject python-cairo gtk3)
makedepends=(intltool libxslt docbook-xsl git)
_commit=0225d87182a2c208e1d7d802c174899bd34fa8ed # tags/3.42.0^0
makedepends=(libxslt docbook-xsl git)
_commit=fd80310f6c30a523ce89f47b2060005247664d13 # tags/3.44.1^0
source=("git+https://gitlab.gnome.org/GNOME/alacarte.git#commit=$_commit")
sha256sums=('SKIP')

Expand All @@ -23,7 +23,7 @@ pkgver() {

prepare() {
cd $pkgname
autoreconf -fvi
NOCONFIGURE=1 ./autogen.sh
}

build() {
Expand Down

0 comments on commit 3755074

Please sign in to comment.