summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2018-01-28 22:58:02 +0100
committerSteffen Weber2018-01-28 22:58:02 +0100
commitf46663257b566f0d28eece5f95eaf0d17fb4fe60 (patch)
tree5f56e6d3c8aa4e9fe5181f727a331c2c75df84ed
parent2d2a7ea73c73db65d95ebd24907b2632e23e3b5f (diff)
downloadaur-xvid4conf.tar.gz
use gtk3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03cf7b44f749..b62eabc1b737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
+# Generated by mksrcinfo v8
+# Sun Jan 28 21:57:33 UTC 2018
pkgbase = xvid4conf
pkgdesc = Creates XviD configuration files
pkgver = 1.13
- pkgrel = 1
- url = http://twolife.be
- arch = i686
+ pkgrel = 2
+ url = https://twolife.be
arch = x86_64
license = GPL2
- depends = gtk2
- source = http://twolife.be/xvid4conf/xvid4conf_1.13.tar.gz
+ depends = gtk3
+ source = https://twolife.be/xvid4conf/xvid4conf_1.13.tar.gz
md5sums = 84dad76f806f0806be670704636b1951
pkgname = xvid4conf
diff --git a/PKGBUILD b/PKGBUILD
index f48b0b842066..ab5446c47459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=xvid4conf
pkgver=1.13
-pkgrel=1
+pkgrel=2
pkgdesc="Creates XviD configuration files"
-arch=('i686' 'x86_64')
-url="http://twolife.be"
+arch=('x86_64')
+url="https://twolife.be"
license=('GPL2')
-depends=('gtk2')
+depends=('gtk3')
source=($url/$pkgname/${pkgname}_${pkgver}.tar.gz)
md5sums=('84dad76f806f0806be670704636b1951')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr #--enable-gtk3 #uncomment to build with gtk3
+ ./configure --prefix=/usr --enable-gtk3
make
}