summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-17 18:52:56 +0200
committerMarcell Meszaros2022-06-17 18:52:56 +0200
commit862ab2f5cc29b2ce4b5d95ec7de599f1bba91347 (patch)
treeeed520706e28ea84d618915e91140e87f9f0c169
parent603a7145babf626ee03c22ea9dde1f36ab4a6d8b (diff)
downloadaur-lib32-gst-plugins-ugly.tar.gz
bump 1.20.3-2: fix license (GPL); add better .gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore19
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b406ff158f..c990b018e12f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = lib32-gst-plugins-ugly
pkgdesc = Multimedia graph framework - ugly plugins (32-bit)
pkgver = 1.20.3
- pkgrel = 1
+ pkgrel = 2
url = https://gstreamer.freedesktop.org/
arch = x86_64
- license = LGPL2.1
+ license = GPL
makedepends = cmake
makedepends = meson
depends = lib32-gst-plugins-base-libs>=1.20.3
diff --git a/.gitignore b/.gitignore
index 37e9c447f1ae..450037468024 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,10 @@
-gst-common/
-gst-plugins-ugly/
-*.pkg.tar.*
-*.pkg.tar
-pkg/
-src/
-*.orig
-*.bak
-*.backup
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!*.cmake
+!*.diff
+!*.hook
+!*.install
+!*.patch
+!*.txt
diff --git a/PKGBUILD b/PKGBUILD
index d8e01294dc4e..e9c2aeec3565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_basename='gst-plugins-ugly'
pkgname="lib32-${_basename}"
pkgver=1.20.3
-pkgrel=1
+pkgrel=2
pkgdesc='Multimedia graph framework - ugly plugins (32-bit)'
url='https://gstreamer.freedesktop.org/'
arch=('x86_64')
-license=('LGPL2.1')
+license=('GPL')
depends=(
"lib32-gst-plugins-base-libs>=${pkgver}"
'lib32-a52dec'